afa11322a5
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>
4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
exec ./Bin/candycruncher_demo "$@"
|