At first, git submodules can be intimidating. Those scripts are a nice workaround for managing projects that consist of multiple submodules.
#!/bin/sh
declare -a totalModules=(
"http://example.url/example/module1.git"
"http://example.url/example/module2.git"
)