From 4604e9bc8143abe61db85131ebbde41b30db561f Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 9 Oct 2014 00:16:39 -0700 Subject: [PATCH] add dev testing shortcut --- scripts/dev.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/dev.sh diff --git a/scripts/dev.sh b/scripts/dev.sh new file mode 100755 index 0000000..bfd341d --- /dev/null +++ b/scripts/dev.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd `dirname $0` +supervisor ../server/app.js