whatsapp - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
whatsapp (315B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 printf "abcdefghijklmnopqrstuvwxyz" \ | |
4 | sed 's,\(.\),\1\n,g' \ | |
5 | shuf -n 1 \ | |
6 | xargs -n 1 printf "https://maedevu.maemo.org/pkgweb/search?q=%… | |
7 | xargs -n 1 curl -s \ | |
8 | xml2tsv 2>/dev/null \ | |
9 | grep href \ | |
10 | sed 's,.*href=\([^\t]*\)\t\(.*\),\2 ( https://maedevu.maemo.or… | |
11 | shuf -n 1 | |
12 |