bind9/doc/rfc/fetch

7 lines
127 B
Text
Raw Normal View History

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