summaryrefslogtreecommitdiffstats
path: root/git/git-forallrepos-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/git-forallrepos-push.sh')
-rwxr-xr-xgit/git-forallrepos-push.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/git/git-forallrepos-push.sh b/git/git-forallrepos-push.sh
new file mode 100755
index 0000000..cf9b9b6
--- /dev/null
+++ b/git/git-forallrepos-push.sh
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+for i in gluegen jcpp joal joal-demos jogl oculusvr-sdk jogl-demos jocl jocl-demos ; do
+ cd $i
+ echo
+ echo MODULE $i
+ echo
+ git-jogl-push.sh $*
+ cd ..
+done