Created
May 28, 2016 20:06
-
-
Save Pablo-Leon/90fc9450fab894f39d9126638dd7b93f to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/sh | |
java -Dsbt.main.class=sbt.ConsoleMain \ | |
-Dsbt.boot.directory=~/.sbt/boot \ | |
-jar ~/sbt/0.13/libexec/sbt-launch.jar @$HOME/.conscript/sbt.boot.properties "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sample shecll script for running interactive REPL scala with sbt resolutions, no smartess at all