mde/fix_submodule.sh
2025-12-23 17:22:29 +09:00

3 lines
107 B
Bash
Executable file

#!/bin/sh
git submodule foreach --recursive git checkout master
git submodule foreach --recursive git pull