FridayNightFunkinBoyfriendBot/startup.sh
2024-07-20 20:27:17 -04:00

4 lines
72 B
Bash

while true; do
node --max-old-space-size=1000 src/index.js
sleep 1
done