Node debugging
(sudo killall -q node || echo .) && rm -rf /opt/11main/* && pushd /opt/ && tar xjvf ~/11main.tar.bz2 && sudo start 11main && popd
// This will start the process and break on the debugger statement
// note that node-inspector should be running already.
node --debug-brk -- node_modules\nodeunit\bin\nodeunit <testfile>.js