#!/bin/bash -e cd "$(dirname "$0")/.." usage() { exitcode=0 if [[ -n "$1" ]]; then exitcode=1 echo "Error: $*" fi cat <