(chore): Add checkhashes.ps1

This commit is contained in:
Hsiao-nan Cheung 2022-11-23 14:54:15 +08:00
parent dd4fcb664b
commit d668790d8e
No known key found for this signature in database
GPG Key ID: A97377F8EF10E3F2

4
bin/checkhashes.ps1 Normal file
View File

@ -0,0 +1,4 @@
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
$checkhashes = "$env:SCOOP_HOME/bin/checkhashes.ps1"
$dir = "$PSScriptRoot/../bucket" # checks the parent dir
& $checkhashes -Dir $dir @Args