website/run.sh

10 lines
76 B
Bash
Executable File

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