ScoopBucket/bin/formatjson.ps1

5 lines
218 B
PowerShell
Raw Permalink Normal View History

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