mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-19 07:55:21 +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 |