1
0
Fork 0
botv12/launch.sh

7 lines
65 B
Bash
Raw Permalink Normal View History

2024-12-18 15:04:53 -03:00
#!/bin/sh
set -xe
while :; do
node index.js
sleep 5
2024-10-20 14:22:22 -04:00
done