gopherday-cronjob - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
gopherday-cronjob (302B) | |
--- | |
1 #!/bin/sh | |
2 #set -x | |
3 | |
4 export PATH="$PATH:/home/annna/bin" | |
5 | |
6 curdate="$( (echo obase=10; date +%j) | bc )" | |
7 if [ "${curdate}" = "70" ]; | |
8 then | |
9 annna-say -c "#bitreich-en" "Today is Gopher Port 70 day! Celebr… | |
10 annna-say -s irc.libera.chat -c "#gopherproject" "Today is Gophe… | |
11 fi | |
12 |