Wednesday, May 19, 2021

Updating Or committing packages recursively

for dir in ~/projects/git/*; do (cd "$dir" && git pull); done

No comments:

Post a Comment