Advertisement
Guest User

Untitled

a guest
May 28th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # git wrapper
  2. git() {
  3. if [ "$1" = "run" ]; then
  4. $(which npm) run $*
  5. else
  6. $(which git) $*
  7. fi
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement