aboutsummaryrefslogtreecommitdiff
path: root/bin/rfcf
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rfcf')
-rwxr-xr-xbin/rfcf12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/rfcf b/bin/rfcf
deleted file mode 100755
index 633eaace..00000000
--- a/bin/rfcf
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# Figure out RFC number
-self=rfcf
-if ! [ "$1" ] ; then
- printf >&2 '%s: Need an RFC number\n' "$self"
- exit 2
-fi
-rn=$1
-
-# Retrieve the RFC with curl(1)
-curl -fsSL https://tools.ietf.org/rfc/rfc"$rn".txt