diff options
author | epoch <epoch@thebackupbox.net> | 2022-08-03 04:48:32 +0000 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2022-08-03 04:48:32 +0000 |
commit | e5a205847adc8107cf4ffc2584128f101d061e8f (patch) | |
tree | 1b992f1ebb13828c4cb5a74e70d8936f8c9e78b9 /rfc-list | |
parent | 2e245698850425217aebfbe417f7cd9e87cc5490 (diff) | |
download | uritools-e5a205847adc8107cf4ffc2584128f101d061e8f.tar.gz uritools-e5a205847adc8107cf4ffc2584128f101d061e8f.zip |
previously did not include rfc-list because it pulls from my gopher server. oh well.
Diffstat (limited to 'rfc-list')
-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 |