chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / pathman / install.ps1
index dd729e4e00bbd337f4003e799e35204f6893c21c..5ec3a4b324207403cf9408630a0d9a1fd337fd2d 100644 (file)
@@ -1 +1,3 @@
+#!/usr/bin/env pwsh
+
 curl.exe -fsSL -A "$Env:WEBI_UA" "https://rootprojects.org/pathman/dist/windows/amd64/pathman.exe" -o "$Env:USERPROFILE\.local\bin\pathman.exe"