repo: uritools
action: commit
revision: 
path_from: 
revision_from: e5a205847adc8107cf4ffc2584128f101d061e8f:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit e5a205847adc8107cf4ffc2584128f101d061e8f
Author: epoch 
Date:   Wed Aug 3 04:48:32 2022 +0000

    previously did not include rfc-list because it pulls from my gopher server. oh well.

diff --git a/rfc-list b/rfc-list
new file mode 100755
index 0000000000000000000000000000000000000000..4e9b1408050502b13d3a5ea045455923b4bbeb71
--- /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

-----END OF PAGE-----