1 2 3 4 5 6
#!/bin/bash # updates all known submodules cd `dirname $0`/.. git submodule foreach git pull