unix-power - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
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 |