]> git.pld-linux.org Git - packages/frotz.git/blob - frotz-wrapper
- by Lukasz Pawelczyk (havner)
[packages/frotz.git] / frotz-wrapper
1 #!/bin/sh
2
3 GAME=/usr/share/games/zcode/`basename $0`.z5
4
5 if [ -f $GAME ]; then
6         frotz $GAME
7 else
8         echo "This game does not exist."
9 fi
This page took 0.124577 seconds and 3 git commands to generate.