Re: Justin Pryzby 2006-03-23 <[EMAIL PROTECTED]>
> #! /bin/bash
> random_delay ()
> {
> test -n "$DEBUG" && return;
> delay=`dd if=/dev/urandom bs=1 count=1 2>/dev/null |hexdump -e '"%d"'`;
> sleep "${delay}m";
> }sleep $((RANDOM % 3600)) Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature

