Guest User

Untitled

a guest
Feb 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. function rake() {
  2. if [ -e bin/rake ]; then
  3. bin/rake $*
  4. else
  5. `which rake` $*
  6. fi
  7. }
Add Comment
Please, Sign In to add comment