Skip to content

Commit

Permalink
added git-pull-all-subdirs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
br-cpvc committed Jun 16, 2022
1 parent 59f456d commit 52ef2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-pull-all-subdirs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for d in */; do echo $d; cd $d; git pull; cd ..; done

0 comments on commit 52ef2f6

Please sign in to comment.