URI: 
       girlfriend - 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
       ---
       girlfriend (215B)
       ---
            1 #!/bin/sh
            2 #
            3 # she likes you... as a friend
            4 #
            5 
            6 response="not here, not now, please.\nI'm just not ready for such a commitment.\nlet's just be friends.\nI like you, like a brother.\n"
            7 
            8 printf "$response" | shuf -n 1
            9