#!/usr/bin/bash ### # # Options Section # ### set -e set -u set -o pipefail ### # # Variables Section # ### ### # # Function Section # ### ### # # Runtime Environment # ###