From 25c110c801311044ce6d052489ffd78ff04f2a81 Mon Sep 17 00:00:00 2001 From: liuyx Date: Mon, 9 Sep 2024 17:11:19 +0800 Subject: [PATCH] feat(update): shell --- run-dev.sh | 2 +- update-sub.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 update-sub.sh diff --git a/run-dev.sh b/run-dev.sh index 071d2b5..8d90eb9 100755 --- a/run-dev.sh +++ b/run-dev.sh @@ -1,3 +1,3 @@ git pull -git submodule update --recursive --remote +./update-sub.sh ./run.sh \ No newline at end of file diff --git a/update-sub.sh b/update-sub.sh new file mode 100755 index 0000000..f995027 --- /dev/null +++ b/update-sub.sh @@ -0,0 +1 @@ +git submodule update --recursive --remote