aboutsummaryrefslogtreecommitdiff
path: root/bin/rfcf
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/rfcf
parentAdd pit(1) (diff)
downloaddotfiles-f7e0e8afd841f2d390f4727be1dd556dcf3f5b07.tar.gz
dotfiles-f7e0e8afd841f2d390f4727be1dd556dcf3f5b07.zip
Add rfcf(1), rfcr(1), and rfct(1)
Diffstat (limited to 'bin/rfcf')
-rwxr-xr-xbin/rfcf5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/rfcf b/bin/rfcf
new file mode 100755
index 00000000..48cc2d43
--- /dev/null
+++ b/bin/rfcf
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# Retrieve the RFC with curl(1)
+rn=${1?Need an RFC number}
+curl https://tools.ietf.org/rfc/rfc"$rn".txt