owobot/launch.sh
2024-07-28 16:30:19 -04:00

5 lines
No EOL
59 B
Bash
Executable file

#!/bin/bash
while [ true ];
do node index.js;
sleep 6;
done