URI: 
       towelday-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
       ---
       towelday-cronjob (372B)
       ---
            1 #!/bin/sh
            2 #set -x
            3 
            4 export PATH="$PATH:/home/annna/bin"
            5 
            6 curdate="$(LANG=C date -I | cut -d- -f 2-)"
            7 if [ "${curdate}" = "05-24" ];
            8 then
            9         annna-say -s "irc.bitreich.org" -c "#bitreich-en #bitreich-sauna" "One day until Towel Day!"
           10 fi
           11 
           12 if [ "${curdate}" = "05-25" ];
           13 then
           14         annna-say -s "irc.bitreich.org" -c "#bitreich-en #bitreich-sauna" "Today is Towel Day! Wear it!"
           15 fi
           16