sor.dog/run.sh
2020-02-18 17:29:47 +00:00

9 lines
74 B
Bash
Executable file

#!/bin/bash
FILE=run
NODE=node
while true;
do
$NODE run.js
done