setup.sh 94 B

12345
  1. #!/bin/bash
  2. ${SBT_HOME}/bin/sbt update compile
  3. ${SBT_HOME}/bin/sbt -Ddb.host=${DBHOST} run &