crook/run.sh
2020-06-01 12:40:09 +02:00

9 lines
74 B
Bash
Executable file

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