update: Update submodules as well.

This commit is contained in:
William Floyd 2020-03-13 07:44:06 +01:00
parent 166cf0f921
commit dc19d6a221
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9

View file

@ -6,6 +6,8 @@ if [ -d './static/images/generated/' ]; then
rm -r './static/images/generated/'
fi
git submodule update --remote --merge
find src -iname '*.sh' | while read -r __file; do
time ./${__file} "$(dirname "${__file}")/"
done