freebsd-ports/games/linux-candycruncher-demo/files/candycruncher.in
Beech Rintoul afa11322a5 Candy Cruncher is a fast puzzle game with a lot of candy inside. Move candies
around the board to complete rows and columns, so they crunch away and do
not exceed the time limit!

WWW:	http://www.linuxgamepublishing.com/info.php?id=10

PR:		ports/131191
Submitted by:	Marcus von Appen <mva at sysfault.org>
2009-02-07 01:30:05 +00:00

4 lines
71 B
Bash

#!/bin/sh
cd %%DATADIR%% || exit 1
exec ./Bin/candycruncher_demo "$@"