1784413672
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
param (
|
||||
[Parameter(Mandatory=$true)]
|
||||
[string]$infile
|
||||
)
|
||||
# param (
|
||||
# [Parameter(Mandatory=$true)]
|
||||
# [string]$infile
|
||||
# )
|
||||
|
||||
if(!$args[0]) {
|
||||
Write-Host "Usage: sha256sum <file path>"
|
||||
exit 1
|
||||
}
|
||||
|
||||
Invoke-Expression "$PSScriptRoot\winhash.ps1 $infile SHA256"
|
||||
Reference in New Issue
Block a user