Skip to content

Instantly share code, notes, and snippets.

@Pablo-Leon
Created May 28, 2016 20:05
Show Gist options
  • Save Pablo-Leon/0f27427451180984d5f50810b02bdcc8 to your computer and use it in GitHub Desktop.
Save Pablo-Leon/0f27427451180984d5f50810b02bdcc8 to your computer and use it in GitHub Desktop.
#!/bin/sh
# -Dsbt.log.noformat=true \
# -Dlogback.configurationFile=~/lib/logback.xml \
java -Dsbt.main.class=sbt.ScriptMain \
-Dsbt.boot.directory=~/.sbt/boot \
-Dlogback.configurationFile=$HOME/lib/logback.xml \
-jar ~/bin/sbt-launch.jar @$HOME/.conscript/sbt.boot.properties "$@"
@Pablo-Leon
Copy link
Author

sample scalas script, no smartness at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment