aboutsummaryrefslogtreecommitdiffstats
path: root/bin/checkhashes.ps1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/checkhashes.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/checkhashes.ps1 b/bin/checkhashes.ps1
new file mode 100644
index 0000000..6e7e052
--- /dev/null
+++ b/bin/checkhashes.ps1
@@ -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