« HOWTO: Test JQuery AJAX autocomplete menus with Selenium | Main | How Gary Larson gets it wrong - fans should be encouraged, not scolded »
Here is a quickie shell script (bash) tip. If you ever want to insert a random sleep/pause into a running script:
sleep $[ ( $RANDOM % 10 ) + 1 ]s
This will introduce a 1-10 second random sleep/pause in the script. Can be handy at times.
Please enable JavaScript if you would like to comment on this blog.
More...