mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2026-02-15 18:05:26 +00:00
6 lines
91 B
Batchfile
6 lines
91 B
Batchfile
@echo off
|
|
chcp 65001
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
php %~dp0iyuu.php
|
|
pause |