~aleteoryx/muditaos

ref: f66212e28aa1cd36331a3437a75080750c8ac2f9 muditaos/UpdateSubmodules.sh -rwxr-xr-x 215 bytes
f66212e2 — Hubert Chrzaniuk [EGD-3468] Bump taglib repo 5 years ago
                                                                                
1
2
3
4
5
6
#!/bin/bash
echo "Building all submodules while checking out from MASTER branch."

git submodule update 
git submodule foreach git checkout master --recursive
git submodule foreach git pull origin master --recursive