mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-07-28 09:02:03 +00:00
some cleanups
整理文件夹,按首字母分类
This commit is contained in:
1
L/LY/hash-all.ps1
Normal file
1
L/LY/hash-all.ps1
Normal file
@ -0,0 +1 @@
|
||||
Get-FileHash * -Algorithm SHA512 | Select-Object -Property @{name = 'FileName'; expression = { Split-Path $_.Path -leaf } }, @{name = 'Hash'; expression = { $_.Hash.ToLower() } } | Format-List
|
Reference in New Issue
Block a user