thaldrin/run.sh
2019-10-09 18:19:30 +02:00

9 lines
No EOL
84 B
Bash
Executable file

#!/bin/bash
FILE=index
NODE=node
while true;
do
$NODE $(pwd)/$FILE.js
done