Skip to content

Instantly share code, notes, and snippets.

@javouhey
Created November 29, 2010 12:10
Show Gist options
  • Save javouhey/719887 to your computer and use it in GitHub Desktop.
Save javouhey/719887 to your computer and use it in GitHub Desktop.
Getting sbt to work in cygwin 1.77
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
@channingwalton
Copy link

Hallelujah! Thank you very much for this :)

@dph01
Copy link

dph01 commented Dec 20, 2011

nice one - thanks!

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