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