Add mole avogadro day support. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 68c652ffd39b1c8cd6d95f7414d58a4954cae398 | |
parent 025960ee328665a7652e54988bbe9c32759a6d63 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 6 May 2025 20:18:12 +0200 | |
Add mole avogadro day support. | |
Diffstat: | |
A mole-day-cronjob | 11 +++++++++++ | |
1 file changed, 11 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/mole-day-cronjob b/mole-day-cronjob | |
@@ -0,0 +1,11 @@ | |
+#!/bin/sh | |
+#set -x | |
+ | |
+export PATH="$PATH:/home/annna/bin" | |
+ | |
+curdate="$( date +%d-%m )" | |
+if [ "${curdate}" = "23-10" ]; | |
+then | |
+ annna-say -c "#bitreich-en" "Today is mole day! Have a fun avogadro 6.… | |
+fi | |
+ |