Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/35ff92d8374f063161ae790c4b9ab1bb to your computer and use it in GitHub Desktop.
Save dacr/35ff92d8374f063161ae790c4b9ab1bb to your computer and use it in GitHub Desktop.
ammonite launcher shell script / published by https://github.com/dacr/code-examples-manager #f3329e33-aca8-44d7-aa1c-1d61993d9c01/44a5979ef71135982fe525557329e9127ac7b1e3
## summary : ammonite launcher shell script
## keywords : ammonite, application, launcher
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## id : f3329e33-aca8-44d7-aa1c-1d61993d9c01
## created-on : 2021-03-14T13:58:00Z
## managed-by : https://github.com/dacr/code-examples-manager
## execution : bash script with coursier cli available see https://get-coursier.io/
cs launch --fork com.lihaoyi:::ammonite:2.3.8 -M ammonite.Main
#cs launch --fork com.lihaoyi:::ammonite:latest.release -M ammonite.Main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment