X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=run-recursive;fp=run-recursive;h=401ed2775ef5fe1baacfbf17c693a084cdcdf508;hb=85bb1ca14fceb299bc688a926fcafe6011dcaf9a;hp=0000000000000000000000000000000000000000;hpb=bd3b9c6f98e238045baa88f0c9120b527099ad6d;p=git-scripts.git diff --git a/run-recursive b/run-recursive new file mode 100755 index 0000000..401ed27 --- /dev/null +++ b/run-recursive @@ -0,0 +1,7 @@ +#! /bin/sh + +"$@" && + +if [ -f .gitmodules ]; then + exec git submodule foreach "$@" +fi