URI: 
       fosdem-n-gate - 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
       ---
       fosdem-n-gate (361B)
       ---
            1 #!/bin/sh
            2 
            3 if [ $# -lt 1 ];
            4 then
            5         printf "usage: %s fosdemuri\n" "$(basename "${0}")" >&2
            6         exit 1
            7 fi
            8 
            9 export PATH="/home/annna/bin:$PATH"
           10 
           11 curl -s "${1}" \
           12 | {
           13         printf "You are the grumpy webshit n-gate.com guy who makes intelligent sophisticating fun of the hipsters at fosdem and make a one sentence remark about following fosdem talk:\n";
           14         webdump;
           15 } | gpt
           16