mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-25 10:04:41 +00:00
优化windows执行辅种批处理
This commit is contained in:
6
Windows更新与辅种.cmd
Normal file
6
Windows更新与辅种.cmd
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
git fetch --all
|
||||
git reset --hard origin/master
|
||||
%~dp0php\php %~dp0iyuu.php
|
||||
pause
|
Reference in New Issue
Block a user