bash_profile.sh 76 B

12345
  1. #!/bin/bash
  2. export SBT_HOME=${IROOT}/sbt
  3. export PATH="$SBT_HOME/bin:$PATH"