fore.st/run.sh
2021-12-06 19:56:40 -05:00

9 lines
58 B
Bash
Executable file

#!/bin/sh
while :
do
node index.js
sleep 2
done