#!/usr/bin/env bash set -o errexit set -o nounset set -o pipefail printf "Shell options in this script:\n" set -o