]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bin/git-update-all.sh
b2ae8f8026660b481aeda5d925933ccab5b2e487
[config/dotfiles.git] / bin / git-update-all.sh
1 #!/bin/sh
2
3 # Run git-update.sh for all git repositories in this directory.
4
5
6 find . -name .git -type d -exec git-update.sh {} \; | less