Last active
April 2, 2023 10:12
-
-
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
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
## 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