Skip to content

Instantly share code, notes, and snippets.

@vheon
Last active August 29, 2015 13:59
Show Gist options
  • Save vheon/10890972 to your computer and use it in GitHub Desktop.
Save vheon/10890972 to your computer and use it in GitHub Desktop.
Cre
set -e
mkdir ~/bin
cd ~/bin
wget http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.2/sbt-launch.jar
cat > sbt <<EOF
SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
java $SBT_OPTS -jar `dirname $0`/sbt-launch.jar "$@"
EOF
chmod u+x sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment