FridayNightFunkinBoyfriendBot/startup.sh

5 lines
72 B
Bash
Raw Normal View History

2024-07-20 20:27:17 -04:00
while true; do
node --max-old-space-size=1000 src/index.js
sleep 1
done