#!/bin/sh -e if [ "$CLJ_CMD" == "" ]; then echo Define a Clojure startup command else $CLJ_CMD fi