mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-24 17:51:08 +00:00
6 lines
100 B
Batchfile
6 lines
100 B
Batchfile
@echo off
|
|
chcp 65001
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
%~dp0php\php %~dp0iyuu.php
|
|
pause |