Add lawn-status, but commented out, because it needs to be rewritten. - annna -… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit f0d282c44ca1adac19d1da5c7d89daa9e3b26e48 | |
parent d124d9cb02b6a31cdc34178faa5f0912595c8f0c | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 17 Jan 2021 19:01:47 +0100 | |
Add lawn-status, but commented out, because it needs to be rewritten. | |
Diffstat: | |
A lawn-status | 14 ++++++++++++++ | |
1 file changed, 14 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/lawn-status b/lawn-status | |
@@ -0,0 +1,14 @@ | |
+#!/bin/sh | |
+ | |
+#PATH="$HOME/bin:$PATH" | |
+ | |
+#annna-say -c '#bitreich-lawn' "Bitreich Lawn Status incoming." | |
+#sacc gopher://perso.pw/0/lawn-status.txt \ | |
+# | grep 'FAILURE\sFAILURE' \ | |
+# | sed 's,.*TRY\s\([0-9]*\).*DESC\s\([^ ]*\).*,\2 => error \1 tries,' \ | |
+# | while read -r line; | |
+# do | |
+# annna-say -c '#bitreich-lawn' "${line}" | |
+# done | |
+#annna-say -c '#bitreich-lawn' "Bitreich Lawn Status done." | |
+ |