2023年3月29日 添加脚本

This commit is contained in:
bai 2023-03-29 09:14:47 +08:00
parent b8592bf35f
commit 3d02eb73ca
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