yugen.work/run.sh

9 lines
82 B
Bash
Executable File

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