#!/usr/bin/env bash # Strict mode (see: http://redsymbol.net/articles/unofficial-bash-strict-mode/). set -euo pipefail IFS=$'\n\t'