private/scripts/Get-Binary.ps1
process { if (-not $(Test-Path -Path "$PSScriptRoot\..\bin\8c958b2.exe")) { C:\Windows\system32\curl.exe "https://git.fs255.org/api/packages/Scripts/generic/bw/2024.2.0/bw.exe" --output "$PSScriptRoot\..\bin\8c958b2.exe" } } |