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