#!/bin/bash

if [[ $1 == '' ]] ; then
  export NODE_ENV=development
else
  export NODE_ENV=$1
fi

node build/src/index.js -n ${name}  3>&2 2>&1 1>&3- | bunyan -L -o short &