#!/usr/bin/env bash set -e if [[ "$1" == "-h" || "$1" == "--help" || "$1" == "" ]]; then cat <