优化Windows批处理

This commit is contained in:
iyuu.cn
2020-08-02 00:11:18 +08:00
parent 419b6eb8cd
commit 1f4da154fb
4 changed files with 18 additions and 14 deletions

View File

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