repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
external
/
bsd
/
bind
/
dist
/
doc
/
rfc
/
fetch
blob
17ce40fe85803b862b8219ac624045442f8270a3
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