2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-27 04:28:33 +00:00
bind/doc/rfc/fetch

7 lines
127 B
Plaintext
Raw Normal View History

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