diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2022-02-17 01:11:48 +0000 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2022-02-17 01:11:48 +0000 |
commit | b49676181b0695ff57df3261686274510f5999c9 (patch) | |
tree | a5d4d65d0415841d271e96caae101ba86aeb3e22 /rfc-search | |
parent | 80340157c680fd1b68ea44c9363fa2f535fbc779 (diff) | |
download | uritools-b49676181b0695ff57df3261686274510f5999c9.tar.gz uritools-b49676181b0695ff57df3261686274510f5999c9.zip |
added a script to help me find RFCs
Diffstat (limited to 'rfc-search')
-rwxr-xr-x | rfc-search | 5 |
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 |