]> git.phdru.name Git - git-scripts.git/blobdiff - run-recursive
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / run-recursive
index 401ed2775ef5fe1baacfbf17c693a084cdcdf508..35992939c5b5993cda830df0ad09da9e887865bc 100755 (executable)
@@ -3,5 +3,5 @@
 "$@" &&
 
 if [ -f .gitmodules ]; then
-   exec git submodule foreach "$@"
+   exec git submodule foreach --quiet --recursive "$@"
 fi