Created
December 7, 2018 15:17
-
-
Save r3b/e2ea4c6015722994333852a7ba87e631 to your computer and use it in GitHub Desktop.
Revisions
-
r3b created this gist
Dec 7, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ for i in $(find . -type d -name '.git'); do dirname $i; echo "$( cd $(dirname $i); git pull; cd - )"; done;