botv12/launch.sh
2024-12-18 15:11:14 -03:00

7 lines
No EOL
65 B
Bash
Executable file

#!/bin/sh
set -xe
while :; do
node index.js
sleep 5
done