sbt.sh 63 B

1234567
  1. #!/usr/bin/env sh
  2. set -e
  3. start_sbt()
  4. {
  5. sbt sbt-version &
  6. }