IYUUAutoReseed/2.Windows环境变量更新辅种.cmd
2020-08-02 00:11:31 +08:00

6 lines
91 B
Batchfile

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