Files
netch/sha256.ps1
2021-05-14 10:16:11 +08:00

3 lines
75 B
PowerShell

param([string]$file)
(Get-FileHash $file -Algorithm SHA256).Hash.ToLower()