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