thaldrin/run.sh

7 líneas
82 B
Bash
Archivo Ejecutable

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