6 lines
124 B
PowerShell
6 lines
124 B
PowerShell
param (
|
|
[Parameter(Mandatory=$true)]
|
|
[string]$infile
|
|
)
|
|
|
|
Invoke-Expression "$PSScriptRoot\winhash.ps1 $infile SHA384" |