#!/usr/bin/env bash # sleep 5 echo "bish" # sleep 1 echo "bash" # sleep 2 echo "bosh" # sleep 1 echo "lovely jubbly" sleep 1 exit 0