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