Skip to content

Instantly share code, notes, and snippets.

@Pablo-Leon
Created May 28, 2016 20:06
Show Gist options
  • Save Pablo-Leon/90fc9450fab894f39d9126638dd7b93f to your computer and use it in GitHub Desktop.
Save Pablo-Leon/90fc9450fab894f39d9126638dd7b93f to your computer and use it in GitHub Desktop.
#!/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 "$@"
@Pablo-Leon
Copy link
Author

sample shecll script for running interactive REPL scala with sbt resolutions, no smartess at all

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