Advertisement
Guest User

Untitled

a guest
May 28th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/sh
  2. java -Dsbt.main.class=sbt.ConsoleMain \
  3. -Dsbt.boot.directory=~/.sbt/boot \
  4. -jar ~/sbt/0.13/libexec/sbt-launch.jar @$HOME/.conscript/sbt.boot.properties "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement