mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/bin/sh -f
|
|
for i in $*
|
|
do
|
|
fetch "http://www.ietf.org/rfc/rfc${i}.txt"
|
|
done
|