mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-27 12:38:24 +00:00
6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
|
#!/bin/sh -f
|
||
|
for i in $*
|
||
|
do
|
||
|
fetch "http://www.ietf.org/rfc/rfc${i}.txt"
|
||
|
done
|