mole-day-cronjob - 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 --- mole-day-cronjob (211B) --- 1 #!/bin/sh 2 #set -x 3 4 export PATH="$PATH:/home/annna/bin" 5 6 curdate="$( date +%d-%m )" 7 if [ "${curdate}" = "23-10" ]; 8 then 9 annna-say -c "#bitreich-en" "Today is mole day! Have a fun avogadro 6.02 x 10^23 day!" 10 fi 11