Created
July 13, 2011 23:04
-
-
Save feliperazeek/1081546 to your computer and use it in GitHub Desktop.
Play Framework Goodies for Bash Profile
This file contains 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
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