`set -e` in a script will cause the script to fail if any command in it fails. Very useful for CI wrappers.