Skip site navigation (1)Skip section navigation (2)
Date:      14 Mar 2001 01:03:58 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        dannyman <dannyman@toldme.com>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: Sophos "idefetch" script
Message-ID:  <xzpvgpdz05t.fsf@flood.ping.uio.no>
In-Reply-To: dannyman's message of "Tue, 13 Mar 2001 15:15:12 -0800"
References:  <20010313151512.Q3500@dell.dannyland.org>

next in thread | previous in thread | raw e-mail | index | archive | help
dannyman <dannyman@toldme.com> writes:
> http://www.dannyland.org/~dannyman/warez/idefetch
> 
> If you can make it better, please share. ;)

Try this on for size:

idesite="http://www.sophos.com/downloads/ide/"
idedir="/usr/local/sav"
fetch="/usr/bin/fetch"
${fetch} -q -o - "${idesite}list.txt" | cut -c 37- | while read d ; do
        ${fetch} -m -q -o ${idedir} "${idesite}${d}"
done

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpvgpdz05t.fsf>