index.dcgi (1450B)
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 2019 A.D. 14 15 *********************[ ALPHA STAGE ]*********************** 16 * This act is currently alpha stage. Thanks for buying it * 17 * anyway. Instead of developing it using your money, we * 18 * wasted it on a 4k camera to make cat videos and upload * 19 * them to youtube. * 20 * Please come back again to see further development and * 21 * get your friends to buy even more copies for more cat * 22 * videos. * 23 *********************[ ALPHA STAGE ]*********************** 24 25 26 ⣎⣱ ⢀⣀ ⣰⡀ ⡇ ⡇ 27 ⠇⠸ ⠣⠤ ⠘⠤ ⠇ ⠇ 28 -- "Hackers" 29 EOM 30 31 if [ -f "$savegame/room" ]; then 32 _msg "[1|Continue adventure!|$path/$(cat ${savegame}/room).dcgi|server|port]" 33 else 34 _msg "[1|Start adventure!|$path/start.dcgi|server|port]" 35 fi 36 37 echo "[1|Go back :(|/dotg/index.gph|server|port]"