Skip to content

Instantly share code, notes, and snippets.

@geofflangenderfer
Created May 26, 2022 15:48
Show Gist options
  • Save geofflangenderfer/36bf6603e19a213a1c9fb6c6ca5655d1 to your computer and use it in GitHub Desktop.
Save geofflangenderfer/36bf6603e19a213a1c9fb6c6ca5655d1 to your computer and use it in GitHub Desktop.
download ammonite executable to current directory
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