#!/usr/bin/env bash
set -Eeuo pipefail

if [ "${TRACE-0}" == "1" ]]; then
    set -o xtrace
fi


