mirror of
https://code.chipmunk.land/Parker2991/FridayNightFunkinBoyfriendBot.git
synced 2024-11-14 19:34:59 -05:00
4 lines
72 B
Bash
4 lines
72 B
Bash
while true; do
|
|
node --max-old-space-size=1000 src/index.js
|
|
sleep 1
|
|
done
|