Created
January 15, 2013 02:48
-
-
Save eebs/4535615 to your computer and use it in GitHub Desktop.
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 octo='bundle exec rake' | |
alias octog='bundle exec rake generate' | |
alias octod='bundle exec rake deploy' | |
alias octogd='bundle exec rake generate && bundle exec rake deploy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment