Skip to content

Instantly share code, notes, and snippets.

@iphoting
Created March 28, 2013 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iphoting/5261543 to your computer and use it in GitHub Desktop.
Save iphoting/5261543 to your computer and use it in GitHub Desktop.
play shell script. Put in ~/bin
#!/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