aboutsummaryrefslogtreecommitdiff
path: root/bin/rfcr
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-13 20:16:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-13 20:17:09 +1200
commitf7e0e8afd841f2d390f4727be1dd556dcf3f5b07 (patch)
tree8e40a7103fa30000e6235d0c74beaa33ca4a6ce5 /bin/rfcr
parentAdd pit(1) (diff)
downloaddotfiles-f7e0e8afd841f2d390f4727be1dd556dcf3f5b07.tar.gz
dotfiles-f7e0e8afd841f2d390f4727be1dd556dcf3f5b07.zip
Add rfcf(1), rfcr(1), and rfct(1)
Diffstat (limited to 'bin/rfcr')
-rwxr-xr-xbin/rfcr11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/rfcr b/bin/rfcr
new file mode 100755
index 00000000..a11457a9
--- /dev/null
+++ b/bin/rfcr
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Retrieve the RFC with rfcf(1)
+rn=${1?Need an RFC number}
+rfcf "$rn" |
+
+# Pipe it through rfct(1) to format it as text
+rfct |
+
+# Either spit it directly or through a pager
+pit