website/run.sh
2019-11-30 14:48:51 +01:00

9 lines
No EOL
82 B
Bash

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