#!/bin/bash set -o errexit set -o pipefail set -o errtrace CWD="$(dirname $0)" DAMSEL="${CWD}/../damsel" USAGE=$(cat <