crystelf-core/start.sh

7 lines
109 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

while true; do
echo "启动服务..."
pnpm start
echo "服务退出5秒后重启..."
sleep 5
done