Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.