From e5a205847adc8107cf4ffc2584128f101d061e8f Mon Sep 17 00:00:00 2001 From: epoch Date: Wed, 3 Aug 2022 04:48:32 +0000 Subject: previously did not include rfc-list because it pulls from my gopher server. oh well. --- rfc-list | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 rfc-list (limited to 'rfc-list') diff --git a/rfc-list b/rfc-list new file mode 100755 index 0000000..4e9b140 --- /dev/null +++ b/rfc-list @@ -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 -- cgit v1.2.3