Merge branch 'master' of github.com:periscop/clay
[clay.git] / get_submodules.sh
blob7e0e2109f04c4136a666b43e718dffe4915f3150
1 #!/bin/sh
2 git submodule init
3 git submodule update
4 if test -f osl/get_submodules.sh; then
5 (cd osl; ./get_submodules.sh)
6 fi
7 if test -f clan/get_submodules.sh; then
8 (cd clan; ./get_submodules.sh)
9 fi
10 if test -f cloog/get_submodules.sh; then
11 (cd cloog; ./get_submodules.sh)
13 if test -f candl/get_submodules.sh; then
14 (cd candl; ./get_submodules.sh)