Yes, this is serious. I never was good at shell scripts and I still have not unpacked my textbooks. What I need is a shell script I can use to check a delay with a stop watch. Something like this:

print "Ready"
delay 10 seconds
print "Start"
delay 10 seconds
print "End"