Guest User

Untitled

a guest
Jun 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. function r {
  2. if [ -a .bundle ]
  3. then
  4. bundle exec ruby $@
  5. else
  6. ruby $@
  7. fi
  8. }
Add Comment
Please, Sign In to add comment