bandname-gen - 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
---
bandname-gen (194B)
---
1 #!/bin/sh
2 #
3 # The web can be used easily.
4 # If you do not use the web.
5 #
6
7 curl -sL http://www.elsewhere.org/bandname/ \
8 | xml2tsv 2>/dev/null \
9 | grep 'main/article/div/ul/li' \
10 | cut -f 2-
11