]> git.pld-linux.org Git - packages/frotz.git/blob - frotz-wrapper
53035ee94d2ef0d65c4eabf49cf6a4d2def2a6bb
[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.02121 seconds and 3 git commands to generate.