mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-10-14 05:19:19 +00:00
7 lines
105 B
Bash
7 lines
105 B
Bash
while true; do
|
|
echo "启动核心.."
|
|
pnpm start
|
|
echo "核心退出,5秒后重启.."
|
|
sleep 5
|
|
done
|