#!/usr/bin/env dash die() { echo "Error: $1" exit 1 } help() { cat <