aboutsummaryrefslogtreecommitdiffstats
path: root/games/holotz-castle/files/holotz-castle-solutions.in
blob: 40da5e652111e8ae93f235ba5a207428c5589d77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# $FreeBSD$
#

echo ""
echo -n  "Which Solution for Holotz's Castle would You see?"
cd %%DATADIR%%/solutions
echo ""
echo ""
ls
echo ""
read SOLUTIONS

mplayer "%%DATADIR%%/solutions/$SOLUTIONS"