#! /usr/bin/env sh case $1 in run) node index.js ;; *) echo "\"$1\" is an unrecognized command" ;; esac