owobot/launch.sh

5 lines
59 B
Bash
Raw Normal View History

2024-07-27 02:39:18 -04:00
#!/bin/bash
while [ true ];
do node index.js;
sleep 6;
done