summaryrefslogtreecommitdiffstats
path: root/doc/rfc/fetch
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-02-11 20:37:59 +0100
committerMartin Nagy <mnagy@redhat.com>2009-02-11 20:37:59 +0100
commitf50ae72ec3417cae55dd4e085991c01af9fdc5f1 (patch)
tree0e36c9a3320f6d068df93d3ff6d84b821d23db40 /doc/rfc/fetch
downloadbind_dynamic-start.tar.gz
bind_dynamic-start.tar.xz
bind_dynamic-start.zip
Initial commitstart
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