Guest User

Untitled

a guest
May 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. DIREC=~/.vim/pack/git-plugins/start
  2. cd "$DIREC"
  3. for i in $(find "$DIREC" -maxdepth 2 -iname '.git'); do
  4. echo "$i"
  5. cd "$i/.."
  6. git pull
  7. cd "$DIREC"
  8. done
Add Comment
Please, Sign In to add comment