scoop_bucket/bin/formatjson.ps1

5 lines
218 B
PowerShell
Raw Permalink Normal View History

2023-01-17 18:11:16 +09:00
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
$formatjson = "$env:SCOOP_HOME/bin/formatjson.ps1"
$path = "$PSScriptRoot/../bucket" # checks the parent dir
& $formatjson -Dir $path @Args