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