#!/bin/bash

DIR="$(dirname "$(readlink -f "$0")")"
$DIR/node/bin/node $DIR/bin/pm2 $@
