bina
bina copied to clipboard
Serving PowerShell scripts for Windows
Although many Windows users use WSL nowadays, as it is still not a default option, it would be great if Bina serves PowerShell scripts as well. If it's implemented Windows users could install executables as below:
iwr https://bina.egoist.sh/$Owner/$Name -useb | iex
Or:
iwr https://bina.egoist.sh/$Owner/$Name?sh=pwsh -useb | iex
PR welcome, I don't know anything about powershell 😬
it also works with mingw64 and cygwin I guess