#!/bin/bash set -o nounset CUSTOM_DOMAIN="$1" if [[ -z $CUSTOM_DOMAIN ]]; then CUSTOM_DOMAIN=_ fi cat <