#!/usr/bin/env bash
for i in {1..5}; do
echo "working ..."
sleep 0.5
done
sleep 2
echo "still working ..."
sleep 1
figlet "bish"
figlet "bash"
figlet "bosh"
figlet "LOVELY JUBBLY"
exit 0