On Sun, Feb 23, 2014 at 10:41:16PM -0700, Bob Proulx wrote: > RANGE=3600 > number=`od -vAn -N2 -tu4 < /dev/urandom` > number=`expr $number "%" $RANGE` > sleep $number > > But this is inconvenient when when trying to debug the script > interactively. I ended up needing to hack on the script repeatedly > while testing to disable the sleep.
Yeah, I've been annoyed by this more than once myself. Thanks for providing the impetus to finally fix it. I'll include your change in the next upload. noah
signature.asc
Description: Digital signature

