Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. alias goto_cc="cd /Volumes/Macintosh\ HD/Users/ev_blurbs/Sites/products/coachcheetah.com/coach-cheetah"
  2. alias gcb="gcb.sh"
  3. alias dwf="dwf.sh"
  4. alias hack="hack.sh"
  5. alias crb="crb.sh"
  6. alias drb="drb.sh"
  7. alias deploy="git push heroku master"
  8. alias migrate="heroku run rake db:migrate"
  9. alias hdm="deploy && migrate"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement