ed-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 --- ed-cronjob (406B) --- 1 #!/bin/sh 2 #set -x 3 4 export PATH="$PATH:/home/annna/bin" 5 6 curdate="$( (echo obase=16; date +%j) | bc )" 7 if [ "${curdate}" = "EC" ]; 8 then 9 annna-say -c "#bitreich-en" "One day until ED day! gophers://bitreich.org/1/ed" 10 11 #countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "ED day" 12 fi 13 14 if [ "${curdate}" = "ED" ]; 15 then 16 annna-say -c "#bitreich-en" "Today is ED day! Celebrate! gophers://bitreich.org/1/ed" 17 fi 18