aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@enzo.thebackupbox.net>2022-02-17 01:11:48 +0000
committerepoch <epoch@enzo.thebackupbox.net>2022-02-17 01:11:48 +0000
commitb49676181b0695ff57df3261686274510f5999c9 (patch)
treea5d4d65d0415841d271e96caae101ba86aeb3e22
parent80340157c680fd1b68ea44c9363fa2f535fbc779 (diff)
downloaduritools-b49676181b0695ff57df3261686274510f5999c9.tar.gz
uritools-b49676181b0695ff57df3261686274510f5999c9.zip
added a script to help me find RFCs
-rwxr-xr-xrfc-search5
1 files changed, 5 insertions, 0 deletions
diff --git a/rfc-search b/rfc-search
new file mode 100755
index 0000000..04b415c
--- /dev/null
+++ b/rfc-search
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+if [ ! -e ~/.cache/rfc.titles ];then
+ gopher-get gopher://batou.thebackupbox.net/0/rfc.titles > ~/.cache/rfc.titles
+fi
+cat ~/.cache/rfc.titles | choose 'RFC>' | xargs -r uristart