]> git.phdru.name Git - git-scripts.git/blob - touch-ALL-repos
fd63f0e19c0cd3dc3bb0ce69198ef87faa76a1fc
[git-scripts.git] / touch-ALL-repos
1 #! /bin/sh
2
3 exec "`dirname \"$0\"`"/do-all \
4    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
5    'echo "$d" && "$HOME"/admin/prog/git-scripts/touch-all &&' \
6    'git submodule foreach "$HOME"/admin/prog/git-scripts/touch-all'