Java/bin/checkver.ps1
Mathias Hermansson 1ee595edcb Initial commit
2018-09-06 15:29:25 +02:00

5 lines
256 B
PowerShell

if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = resolve-path (split-path (split-path (scoop which scoop))) }
$checkver = "$env:SCOOP_HOME/bin/checkver.ps1"
$dir = "$psscriptroot/.." # checks the parent dir
iex -command "$checkver -dir $dir $($args |% { "$_ " })"