aboutsummaryrefslogtreecommitdiffstats
path: root/bin/missing-checkver.ps1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/missing-checkver.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/missing-checkver.ps1 b/bin/missing-checkver.ps1
new file mode 100644
index 0000000..e375704
--- /dev/null
+++ b/bin/missing-checkver.ps1
@@ -0,0 +1,4 @@
+if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
+$missing_checkver = "$env:SCOOP_HOME/bin/missing-checkver.ps1"
+$dir = "$PSScriptRoot/../bucket" # checks the parent dir
+& $missing_checkver -Dir $dir @Args