crook/run.sh
2020-07-03 00:06:48 +02:00

9 lines
83 B
Bash
Executable file

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