URI: 
       Hipster_Area.sh - dotg - Day Of The GrParazyd
  HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
       Hipster_Area.sh (484B)
       ---
            1 specific_talk_hipsterarea() {
            2         item="$1"
            3 
            4         case "$item" in
            5                 Old_Thinkpad)
            6                         if [ -f "$inventory/Wifi_password" ]; then
            7                                 _msg "You got the Wifi password. You type it in and you now enjoy the Gopherspace.
            8 
            9                                         [1|The Gopher Lawn|/lawn|bitreich.org|port]
           10                                         "
           11                         else
           12                                 _msg "You scan the Wifi radio, but don't manage to find an open network."
           13                         fi
           14                         ;;
           15                 Plate_of_Bolognese_Sauce)
           16                         _msg "You disgustingly look at the Bolognese sauce, but decide to keep it."
           17                         ;;
           18         esac
           19 }