Advertisement
Guest User

Mass git pull

a guest
Jul 7th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #cd to directory containing all of the hackedteam repo directories
  2. find ./ -maxdepth 1 -mindepth 1 -type d -exec sh -c "cd \"{}\" && git pull" \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement