bugfix(_example): vars should be quoted (and disable unexported vars warning)
[webi-installers/.git] / pathman / install.ps1
1 #!/usr/bin/env pwsh
2
3 curl.exe -fsSL -A "$Env:WEBI_UA" "https://rootprojects.org/pathman/dist/windows/amd64/pathman.exe" -o "$Env:USERPROFILE\.local\bin\pathman.exe"