Add mole avogadro day support. - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 68c652ffd39b1c8cd6d95f7414d58a4954cae398 DIR parent 025960ee328665a7652e54988bbe9c32759a6d63 HTML Author: Annna Robert-Houdin <annna@bitreich.org> 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(-) --- DIR 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.02 x 10^23 day!" +fi +