]> git.phdru.name Git - git-scripts.git/blob - run-recursive
Refactor: Factor out run-recursive
[git-scripts.git] / run-recursive
1 #! /bin/sh
2
3 "$@" &&
4
5 if [ -f .gitmodules ]; then
6    exec git submodule foreach "$@"
7 fi