URI: 
       countdownd - 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
       ---
       countdownd (203B)
       ---
            1 #!/bin/sh
            2 
            3 if [ $# -lt 3 ];
            4 then
            5         printf "usage: %s YYYY-MM-DD irc-channel description\n" "$(basename "$0")" >&2
            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