Created
December 22, 2024 21:27
-
-
Save lotharschulz/fe8fadde576fd418e2a736c8117e4916 to your computer and use it in GitHub Desktop.
Revisions
-
lotharschulz created this gist
Dec 22, 2024 .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,5 @@ #!/bin/bash set -euo pipefail IFS=$'\n\t' find . -maxdepth 2 -type d -name .git -execdir sh -c "pwd && git pull" \;