Files
IYUUAutoReseed/2.Windows环境变量更新辅种.cmd

6 lines
91 B
Batchfile
Raw Normal View History

2020-03-03 16:42:44 +08:00
@echo off
chcp 65001
git fetch --all
git reset --hard origin/master
2020-08-02 00:11:18 +08:00
php %~dp0iyuu.php
2020-03-03 16:42:44 +08:00
pause