owobot/launch.sh
2024-07-27 02:39:18 -04:00

5 lines
No EOL
59 B
Bash
Executable file

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