#!/usr/bin/env bash # ex: set fdm=marker # usage {{{1 #/ Usage: #/ -h|-?|--help) #/ show this help and exit #/ # 1}}} # environment {{{1 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" PROJECT=${PROJECT:-"Some Project Name in $DIR"} # 1}}} # functions {{{1 banner() { # {{{2 # make a static banner with embeded color codes # BANNER=$(cat <