summaryrefslogtreecommitdiffstats
path: root/doc/rfc/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rfc/fetch')
-rwxr-xr-xdoc/rfc/fetch6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rfc/fetch b/doc/rfc/fetch
new file mode 100755
index 0000000..17ce40f
--- /dev/null
+++ b/doc/rfc/fetch
@@ -0,0 +1,6 @@
+#!/bin/sh -f
+for i in $*
+do
+ i=`echo $i | sed -e 's/^rfc//' -e 's/\.txt$//'`
+ fetch "http://www.ietf.org/rfc/rfc${i}.txt"
+done