Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 16:10:17 -0800
From:      dannyman <dannyman@toldme.com>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: Sophos "idefetch" script
Message-ID:  <20010313161017.Z3500@dell.dannyland.org>
In-Reply-To: <xzpvgpdz05t.fsf@flood.ping.uio.no>; from des@ofug.org on Wed, Mar 14, 2001 at 01:03:58AM %2B0100
References:  <20010313151512.Q3500@dell.dannyland.org> <xzpvgpdz05t.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 14, 2001 at 01:03:58AM +0100, Dag-Erling Smorgrav wrote:
> 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:

Is this addendum to the script okay by you? ;)

# >>>>>> SNIP HERE IF YOU ARE 31337 <<<<<<
# If you want, use this from Dag-Erling Smorgrav <des@ofug.org>
# (You can use the below without including the Tellme license ;)

#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

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?20010313161017.Z3500>