优化windows执行辅种批处理

This commit is contained in:
iyuu.cn
2020-08-01 15:42:35 +08:00
parent 4d86a9cb9f
commit 289df1e126
4 changed files with 7 additions and 8 deletions

View File

@ -0,0 +1,6 @@
@echo off
chcp 65001
git fetch --all
git reset --hard origin/master
%~dp0php\php %~dp0iyuu.php
pause