mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-23 01:02:04 +00:00
优化Windows批处理
This commit is contained in:
6
2.Windows环境变量更新辅种.cmd
Normal file
6
2.Windows环境变量更新辅种.cmd
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
git fetch --all
|
||||
git reset --hard origin/master
|
||||
php %~dp0iyuu.php
|
||||
pause
|
Reference in New Issue
Block a user