FridayNightFunkinBoyfriendBot/startup.sh

5 lines
84 B
Bash
Raw Permalink Normal View History

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