URI: 
       tindex.dcgi - dotg - a bitreich fosdem adventure
  HTML git clone https://git.parazyd.org/dotg
   DIR Log
   DIR Files
   DIR Refs
       ---
       tindex.dcgi (900B)
       ---
            1 #!/bin/sh
            2 
            3 . config
            4 . functions
            5 
            6 cat <<EOM
            7 
            8  ▛▀▖       ▞▀▖▗▀▖ ▀▛▘▌      ▞▀▖   ▛▀▖                 ▌
            9  ▌ ▌▝▀▖▌ ▌ ▌ ▌▐    ▌ ▛▀▖▞▀▖ ▌▄▖▙▀▖▙▄▘▝▀▖▙▀▖▝▀▖▀▜▘▌ ▌▞▀▌
           10  ▌ ▌▞▀▌▚▄▌ ▌ ▌▜▀   ▌ ▌ ▌▛▀  ▌ ▌▌  ▌  ▞▀▌▌  ▞▀▌▗▘ ▚▄▌▌ ▌
           11  ▀▀ ▝▀▘▗▄▘ ▝▀ ▐    ▘ ▘ ▘▝▀▘ ▝▀ ▘  ▘  ▝▀▘▘  ▝▀▘▀▀▘▗▄▘▝▀▘
           12 
           13 A Bitreich FOSDEM adventure... 02 Feb 2018 A.D.
           14 
           15 
           16  ⣎⣱ ⢀⣀ ⣰⡀   ⡇
           17  ⠇⠸ ⠣⠤ ⠘⠤   ⠇
           18          -- Hipsters
           19 EOM
           20 
           21 if [ -f "$savegame/room" ]; then
           22         _msg "[1|Continue adventure!|$path/$(cat ${savegame}/room).dcgi|server|port]"
           23 else
           24         _msg "[1|Start adventure!|$path/start.dcgi|server|port]"
           25 fi
           26 
           27 echo "[1|Go back :(|/dotg/index.gph|server|port]"