bind9/doc/rfc/fetch

5 lines
78 B
Bash
Executable file

#!/bin/sh -f
for i in $*
do
fetch "http://www.ietf.org/rfc/rfc${i}.txt"
done