Created
November 29, 2010 12:10
-
-
Save javouhey/719887 to your computer and use it in GitHub Desktop.
Getting sbt to work in cygwin 1.77
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
dir=`dirname $0` | |
stty -icanon min 1 -echo > /dev/null 2>&1 | |
java -Djline.terminal=jline.UnixTerminal -Xmx512M -jar `cygpath -w $dir`/sbt-launch-0.7.4.jar "$@" | |
stty icanon echo > /dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hallelujah! Thank you very much for this :)