#!/bin/bash while true do nodemon --exitcrash server.js echo echo "Restarting soon!" echo "Hit Ctl-C to exit." sleep 3 done