Dress/LY/hash-all.ps1
LY efcf7caacf
feat: add scripts, frontend and assets - 阳历新年快乐! (#49)
CanoKey Pigeon 的第一个签名献给 Dress(
2023-12-31 14:47:51 +08:00

2 lines
193 B
PowerShell

Get-FileHash * -Algorithm SHA512 | Select-Object -Property @{name = 'FileName'; expression = { Split-Path $_.Path -leaf } }, @{name = 'Hash'; expression = { $_.Hash.ToLower() } } | Format-List