Consider if we want to support: `set -e` Exit immediately if a command exits with a non-zero status. `set -x` Enables a mode of the shell where all executed commands are printed to the terminal.