URI: 
       unix-power - 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
       ---
       unix-power (185B)
       ---
            1 #!/bin/sh
            2 
            3 hurl http://vrici.lojban.org/~cowan/upc/ \
            4         | xml2tsv 2>/dev/null \
            5         | grep txt \
            6         | cut -f 2 \
            7         | shuf -n 1 \
            8         | sed 's,href=\(.*\),http://vrici.lojban.org/~cowan/upc/\1,'
            9