mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-04 07:55:22 +00:00
修改php文件夹名称,让脚本更通用
This commit is contained in:
parent
687a83f80d
commit
f9164b6e53
@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
chcp 65001
|
chcp 65001
|
||||||
%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php
|
%cd%\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-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php
|
%cd%\php\php.exe %cd%\iyuu.php
|
||||||
pause
|
pause
|
@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
chcp 65001
|
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
|
exit
|
@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /root/IYUUAutoReseed
|
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
git pull
|
git pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user