Add helper script for future #bitreich-books. - annna - Annna the nice friendly… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 731f7877563e900f7944520cd6b730de6f2b7df7 | |
parent f2cb34129863c1299c55a8acd3c0b4e0e29b44f3 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 26 May 2021 14:18:42 +0200 | |
Add helper script for future #bitreich-books. | |
Diffstat: | |
A gutenberg-news | 9 +++++++++ | |
1 file changed, 9 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/gutenberg-news b/gutenberg-news | |
@@ -0,0 +1,9 @@ | |
+#!/bin/sh | |
+# | |
+# Preparation for #bitreich-books. | |
+# | |
+ | |
+curl -s gopher://gopher.icu/0/gutenberg/newbooks.atom \ | |
+ | sfeed \ | |
+ | sed 's,^[0-9]*\t\([^\t]*\)\t\([^\t]*\).*,\1 ( \2 ),' | |
+ |