gen-instances.sh - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
gen-instances.sh (190B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 cat nitter.wiki/Instances.md \ | |
4 | grep '^| .* | \[.*' \ | |
5 | cut -d '|' -f 3 \ | |
6 | sed 's, \[\(.*\)\].*,\1,' \ | |
7 > instances.txt | |
8 | |
9 printf "Now edit instances.txt for working ones.\n" | |
10 |