Results 1 to 1 of 1
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 ...
- 07-16-2008 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 93
Shell Script To Time The Timer
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"


Reply With Quote