Skip to content

Instantly share code, notes, and snippets.

@feliperazeek
Created July 13, 2011 23:04
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 feliperazeek/1081546 to your computer and use it in GitHub Desktop.
Save feliperazeek/1081546 to your computer and use it in GitHub Desktop.
Play Framework Goodies for Bash Profile
alias p='play run'
alias pe='play eclipsify'
alias mg='sudo mongod'
alias pt='play test'
alias pa='play auto-test'
alias pb='ant -Dplay.path=$HOME/play'
alias pbm='play build-module'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment