ProjectMakoto/UpdateSubmodules.sh
2025-01-27 18:58:08 +01:00

5 lines
No EOL
94 B
Bash

echo "Updating submodules.."
git submodule update --depth 1 --remote
echo "Done"
sleep 10
exit