mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
3 lines
75 B
PowerShell
3 lines
75 B
PowerShell
param([string]$file)
|
|
(Get-FileHash $file -Algorithm SHA256).Hash.ToLower()
|