add init_repo.sh

This commit is contained in:
HAOYUatHZ
2022-09-08 06:52:14 +08:00
parent c0bdbb9ee5
commit ca69876917

5
scripts/init_repo.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -uex
git submodule update --init --recursive
# if [ -z ${CI+x} ]; then git pull --recurse-submodules; fi