sor.dog/run.sh

10 lines
74 B
Bash
Executable File

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