yugen.work/run.sh

9 lines
82 B
Bash
Raw Permalink Normal View History

2019-11-30 13:48:51 +00:00
#!/bin/bash
FILE=run
NODE=node
while true;
do
$NODE $(pwd)/$FILE.js
done