| xqd
@@ -2,12 +2,12 @@
|
|
|
|
|
|
# 将特定的命令列表赋给变量
|
|
|
COMMANDS=(
|
|
|
- "/usr/bin/php81/php artisan buildStory"
|
|
|
- "/usr/bin/php81/php artisan buildTitle"
|
|
|
- "/usr/bin/php81/php artisan buildKeyword"
|
|
|
- "/usr/bin/php81/php artisan buildSd"
|
|
|
- "/usr/bin/php81/php artisan getOpensdDetail"
|
|
|
- "/usr/bin/php81/php artisan buildPinyin"
|
|
|
+ "/usr/bin/php81 artisan buildStory"
|
|
|
+ "/usr/bin/php81 artisan buildTitle"
|
|
|
+ "/usr/bin/php81 artisan buildKeyword"
|
|
|
+ "/usr/bin/php81 artisan buildSd"
|
|
|
+ "/usr/bin/php81 artisan getOpensdDetail"
|
|
|
+ "/usr/bin/php81 artisan buildPinyin"
|
|
|
)
|
|
|
|
|
|
while true
|