URI: 
       tHipster_Area.sh - dotg - a bitreich fosdem adventure
  HTML git clone https://git.parazyd.org/dotg
   DIR Log
   DIR Files
   DIR Refs
       ---
       tHipster_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 }