textbelt/scripts/dev.sh

6 lines
85 B
Bash
Raw Normal View History

2014-10-09 07:16:39 +00:00
#!/bin/bash
2014-10-23 06:51:58 +00:00
# Starts development server
2014-10-09 07:16:39 +00:00
cd `dirname $0`
supervisor ../server/app.js