#!/usr/bin/env bash # sleep 5 echo "crash" # sleep 1 echo "bang" # sleep 2 echo "wallop" # sleep 1 echo "Houston, we have a problem" sleep 1 exit 1