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