diff options
-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 |