aboutsummaryrefslogtreecommitdiff
path: root/bin/rfcr
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rfcr')
-rwxr-xr-xbin/rfcr18
1 files changed, 0 insertions, 18 deletions
diff --git a/bin/rfcr b/bin/rfcr
deleted file mode 100755
index 03de898d..00000000
--- a/bin/rfcr
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# Figure out RFC number
-self=rfcr
-if ! [ "$1" ] ; then
- printf >&2 '%s: Need an RFC number\n' "$self"
- exit 2
-fi
-rn=$1
-
-# Retrieve the RFC with rfcf(1df)
-rfcf "$rn" |
-
-# Pipe it through rfct(1df) to format it as text
-rfct |
-
-# Either spit it directly or through a pager
-pit