]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bin/git-update-all.sh
45ef0fa617e9189b86c920b7516032878c67d176
[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 # All arguments are passed to git-update.sh.
6
7
8 find . -name .git -type d -exec git-update.sh "$@" {} \; | less