diff options
-rwxr-xr-x | rfc-list | 5 |
1 files changed, 5 insertions, 0 deletions
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 |