this-city-does-not-exist - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
this-city-does-not-exist (168B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 curl -s http://thiscitydoesnotexist.com/ \ | |
4 | xml2tsv 2>/dev/null \ | |
5 | grep center/img \ | |
6 | sed 's,.*src=\.\([^\t]*\).*,http://thiscitydoesnotexist.com\1,' | |
7 |