#!/bin/bash sleep 5 sleep 7 echo "This script took $SECONDS seconds to execute"
This script took 12 seconds to execute