aboutsummaryrefslogtreecommitdiffstats
path: root/bin/checkurls.ps1
blob: 4895d54667cdd8de073d7ebfe9fd666bbd93289b (plain) (blame)
1
2
3
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