mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-08-25 15:34:52 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
01a9b71e9f |
@@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
chcp 65001
|
chcp 65001
|
||||||
%cd%\php\php %cd%\iyuu.php
|
php %cd%\iyuu.php
|
||||||
pause
|
pause
|
@@ -3,5 +3,5 @@ chcp 65001
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
git pull
|
git pull
|
||||||
%cd%\php\php.exe %cd%\iyuu.php
|
php %cd%\iyuu.php
|
||||||
pause
|
pause
|
@@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
chcp 65001
|
chcp 65001
|
||||||
D:\IYUUAutoReseed\php\php.exe D:\IYUUAutoReseed\iyuu.php
|
php D:\IYUUAutoReseed\iyuu.php
|
||||||
exit
|
exit
|
@@ -1,5 +0,0 @@
|
|||||||
@echo off
|
|
||||||
chcp 65001
|
|
||||||
git fetch --all
|
|
||||||
git reset --hard origin/master
|
|
||||||
git pull
|
|
Reference in New Issue
Block a user