]> git.phdru.name Git - git-scripts.git/blobdiff - status-all
Rename all-status -> status-all
[git-scripts.git] / status-all
diff --git a/status-all b/status-all
new file mode 100755 (executable)
index 0000000..102bf24
--- /dev/null
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+cd "`dirname \"$0\"`" &&
+prog_dir="`pwd`" &&
+export prog_dir
+
+exec "$prog_dir"/do-all \
+   'test "$g" = "$d/.git" || continue; cd "$d" &&' \
+   'echo "----- $d -----" && "$prog_dir"/git-status.sh --short --branch || exit 1'