Skip to content

Instantly share code, notes, and snippets.

View larzconwell's full-sized avatar

Larz Conwell larzconwell

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}"
#!/bin/bash
echo -e "Hi, I'm Douglas Crockford. Do you have an issue or a pull request?\n"
ask() {
read Type
if [[ "$Type" =~ "request" ]]; then
echo "You have the source."
elif [[ "$Type" =~ "issue" ]]; then