freebsd-ports/games/holotz-castle/files/holotz-castle-solutions.in
Raphael Kubo da Costa 51c11f0716 - Bump PORTREVISION
- Fix MASTER_SITES
- Add Desktop entry file for Solutions
- Add SOLUTIONS Option
- Add files/holotz-castle-solutions.in
- Trim files/pkg-message.in
- Update WWW
- Trim pkg-plist

PR:		ports/179671
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-06-22 21:38:17 +00:00

16 lines
208 B
Bash

#!/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"