countdownd - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
countdownd (203B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 if [ $# -lt 3 ]; | |
4 then | |
5 printf "usage: %s YYYY-MM-DD irc-channel description\n" "$(basen… | |
6 exit 1 | |
7 fi | |
8 | |
9 exe="/home/20h/scm/newyeard/newyeard.py" | |
10 | |
11 { | |
12 $exe -c "$2" -d "$3" "$1" & | |
13 } & | |
14 |