benji.monster/run.sh
2020-01-03 21:48:09 +01:00

9 lines
No EOL
85 B
Bash
Executable file

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