mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 06:39:18 +00:00
7 lines
109 B
Bash
7 lines
109 B
Bash
while true; do
|
||
echo "启动服务..."
|
||
pnpm start
|
||
echo "服务退出,5秒后重启..."
|
||
sleep 5
|
||
done
|