Introduction
Introduction Statistics Contact Development Disclaimer Help
programmer-day-cronjob - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
programmer-day-cronjob (355B)
---
1 #!/bin/sh
2 #set -x
3
4 export PATH="$PATH:/home/annna/bin"
5
6 curdate="$( date +%j )"
7 if [ "${curdate}" = "255" ];
8 then
9 annna-say -c "#bitreich-en" "One day until Programmer day!"
10
11 #countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "Programmer D…
12 fi
13
14 if [ "${curdate}" = "256" ];
15 then
16 annna-say -c "#bitreich-en" "Today is Programmer day! Write Code…
17 fi
18
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.