nitter-instance - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
nitter-instance (237B) | |
--- | |
1 #!/bin/sh | |
2 # | |
3 # Do no forget to regularily check out the wiki git for updates | |
4 # and run gen-instances.sh for a new instances file. | |
5 # | |
6 | |
7 nitterinstances="/home/annna/bin/modules/nitter-instances/instances.txt" | |
8 shuf -n 1 "${nitterinstances}" | |
9 |