2023年3月29日 增加脚本

This commit is contained in:
bai 2023-03-29 09:18:55 +08:00
parent bdac9b729a
commit 7108f57de8
1 changed files with 6 additions and 0 deletions

6
gxdm.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
echo 更新后台代码中...
git.exe pull -v --progress "origin"
echo 更新成功
PAUSE
exit