This website requires JavaScript.
Explore
Help
Sign In
luke
/
sbt
Watch
1
Star
0
Fork
0
mirror of
https://github.com/sbt/sbt.git
synced
2026-09-04 16:54:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0cba087fa02ca9bc2ca020693b35eec0059ccf33
sbt
/
csbt
T
99 lines
24 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
Add custom sbt launcher
2017-02-28 13:14:07 +01:00
#!/usr/bin/env sh
exec java -jar '-Djline.shutdownhook=false' "$0" "$@"
Updates for 1.0.0
2017-12-14 12:50:01 +00:00
PK