6 lines
80 B
Bash
6 lines
80 B
Bash
|
while :; do
|
||
|
yarn emp
|
||
|
echo 进程退出 休眠120秒!
|
||
|
sleep 120
|
||
|
done
|