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