FYI, the 0.8 version has issues starting on Linux, because the MyOfficeAdventure.sh
file contains CRLF end-of-lines instead of the standard LF for Linux :) so /bin/sh freaks out:
./MyOfficeAdventures.sh: bad interpreter: /bin/sh^M: no such file or directory
Converting all of the end-of-lines to LF only solves the issue, and allows the game to start.