thaldrin/run.sh

7 satır
82 B
Bash
Çalıştırılabilir Dosya

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