#!/bin/bash

pushd './build/' &>/dev/null
clear
nodemon ./server.coffee $*
echo ''
popd &>/dev/null
