Skip to content

Instantly share code, notes, and snippets.

View bellingboe's full-sized avatar

Brenden bellingboe

View GitHub Profile
#!/usr/bin/env bash
if [[ "${APP_FILE}" == "" ]]; then
APP_FILE="app3.js"
fi
echo "TTNRT : about to forever start ${APP_FILE}"
if [[ "${1}" == "start" ]]; then
echo "Starting: ${APP_FILE}"