]> git.pld-linux.org Git - packages/frotz.git/blob - frotz-wrapper
9941e13e7370e5cff1048577154167da4b4246aa
[packages/frotz.git] / frotz-wrapper
1 #!/bin/sh
2
3 if [ -f /usr/share/games/zcode/`basename $0`.z5 ]; then
4         GAME=/usr/share/games/zcode/`basename $0`.z5
5 elif [ -f /usr/share/games/zcode/`basename $0`.z8 ]; then
6         GAME=/usr/share/games/zcode/`basename $0`.z8
7 else
8         echo "This game does not exist."
9         exit
10 fi
11
12 frotz $GAME
This page took 0.056081 seconds and 2 git commands to generate.