mole-day-cronjob - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
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 avoga… | |
10 fi | |
11 |