useful bash/shell strict mode from http://redsymbol.net/articles/unofficial-bash-strict-mode/ but the side doesn't have https anymore #!/bin/bash set -euo pipefail IFS=$'\n\t'