-
-
Save iphoting/5261543 to your computer and use it in GitHub Desktop.
play shell script. Put in ~/bin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
export JAVA_HOME="`/usr/libexec/java_home`" | |
PLAY_HOME="~/Development/Java/play-latest" | |
exec ${PLAY_HOME}/play $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment