crystelf-core/start.sh

7 lines
105 B
Bash

while true; do
echo "启动核心.."
pnpm start
echo "核心退出,5秒后重启.."
sleep 5
done