Combined git submodule commands

This commit is contained in:
Andrew Murray 2021-02-06 08:49:59 +11:00
parent c98b027204
commit 988ac607d2

View File

@ -8,8 +8,7 @@ if [ $# -eq 0 ]; then
fi
git checkout master
git submodule init
git submodule update Pillow
git submodule update --init Pillow
cd Pillow
git fetch --all
git checkout $1