Created
May 26, 2022 15:48
-
-
Save geofflangenderfer/36bf6603e19a213a1c9fb6c6ca5655d1 to your computer and use it in GitHub Desktop.
download ammonite executable to current directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "#!/usr/bin/env sh" > amm | |
curl -L https://github.com/lihaoyi/Ammonite/releases/download/2.5.4/2.13-2.5.4 >> amm | |
chmod +x ./amm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment