diff options
author | Sven Gothel <[email protected]> | 2011-12-19 18:06:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-19 18:06:33 +0100 |
commit | fd7af82412eb3fc772a58e7ee0a54b5be7bc082f (patch) | |
tree | 53a0260400772ef42f3a8b738efd5462a59d0ba2 /git/git-jogamp-clone-all.sh | |
parent | 2b896bb23fc3218f1d94eae93f1fb0ee6d613743 (diff) |
Update git tar changelog scripts; Add jogamp clone/do-branches scripts
Diffstat (limited to 'git/git-jogamp-clone-all.sh')
-rw-r--r-- | git/git-jogamp-clone-all.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/git/git-jogamp-clone-all.sh b/git/git-jogamp-clone-all.sh new file mode 100644 index 0000000..8b8e7b7 --- /dev/null +++ b/git/git-jogamp-clone-all.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +for j in gluegen joal joal-demos jocl jocl-demos jogl jogl-demos ; do + cd $j + echo + echo MODULE $j + echo + git clone -o jogamp -b master file:///srv/scm/$j.git +done |