Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > aa163e3c665fdaf1e1d704742a7cc66b > files > 170

bind-doc-9.5.0-0.b2.3mdv2008.1.x86_64.rpm

#!/bin/sh -f
for i in $*
do
	i=`echo $i | sed -e 's/^rfc//' -e 's/\.txt$//'`
	fetch "http://www.ietf.org/rfc/rfc${i}.txt"
done