parent
687a83f80d
commit
f9164b6e53
@ -1,4 +1,4 @@ |
||||
@echo off |
||||
chcp 65001 |
||||
%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php |
||||
%cd%\php\php %cd%\iyuu.php |
||||
pause |
@ -1,4 +1,4 @@ |
||||
@echo off |
||||
chcp 65001 |
||||
D:\IYUUAutoReseed\php-7.4.2-nts-Win32-vc15-x86\php.exe D:\IYUUAutoReseed\iyuu.php |
||||
D:\IYUUAutoReseed\php\php.exe D:\IYUUAutoReseed\iyuu.php |
||||
exit |
@ -1,5 +1,4 @@ |
||||
#!/bin/sh |
||||
cd /root/IYUUAutoReseed |
||||
git fetch --all |
||||
git reset --hard origin/master |
||||
git pull |
||||
|
Loading…
Reference in new issue