No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / doc / rfc / fetch
blob17ce40fe85803b862b8219ac624045442f8270a3
1 #!/bin/sh -f
2 for i in $*
3 do
4 i=`echo $i | sed -e 's/^rfc//' -e 's/\.txt$//'`
5 fetch "http://www.ietf.org/rfc/rfc${i}.txt"
6 done