]> git.phdru.name Git - git-scripts.git/blob - touch-ALL-repos
Add touch-ALL-repos
[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'