#!/bin/bash # full script path _scriptDir="$(cd "$(dirname "$0")" && pwd -P)" cd $_scriptDir cd ../ node_modules/.bin/nodemon . --ext ".coffee|.js" --watch server --watch server.coffee --unittest