News
One great feature: "Zero" Install run of jbang scripts.
Linux/OSX/Windows Bash:
curl -Ls https://sh.jbang.dev | bash -s - <args>
Windows Powershell:
iex "& { $(iwr https://ps.jbang.dev) } <args>"
This will install jbang (and java if needed) in local ~/.jbang folder and let you run jbang from anywhere.
Features
- Now able to use Jbang while only having the script itself (#1e5ae220, closes #219)
- Added PowerShell script with zero install (#8c26d75e)
Bug Fixes
- temporary dir now properly set in jbang.ps1 (#47d6d9d1)