dbsd_kczx/gxdm.bat

6 lines
93 B
Batchfile

@echo off
echo 更新前台代码中...
git.exe pull -v --progress "origin"
echo 更新成功
PAUSE
exit