dank-bot-js/run-bot.sh

7 lines
88 B
Bash
Executable File

#!/bin/bash
until node main.js; do
echo "Server crashed. Respawning..."
sleep 1
done