FridayNightFunkinBoyfriendBot/startup.sh
2024-08-04 22:59:52 -04:00

4 lines
84 B
Bash

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