URI: 
       gen-instances.sh - annna - Annna the nice friendly bot.
  HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR 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