]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bin/git-update-all.sh
bin/git-update-all.sh: Runs git-update.sh recursively.
[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