ScoopBucket/bin/formatjson.ps1

5 lines
218 B
PowerShell
Raw Normal View History

2022-11-15 13:15:15 +08:00
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
2021-12-27 23:52:24 +05:30
$formatjson = "$env:SCOOP_HOME/bin/formatjson.ps1"
$path = "$PSScriptRoot/../bucket" # checks the parent dir
2022-11-15 13:15:15 +08:00
& $formatjson -Dir $path @Args