1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/spacejunk/files/spacejunk.in
Dmitry Marakasov ef76f9c4e3 Spacejunk is a computer game about traveling in 2D planetary systems.
The player must collect drifting garbage by navigating through the
gravitational fields of planets and stars. A rough editor for
planetary systems is provided too.

WWW: http://spacejunk.sourceforge.net/
2010-02-13 17:35:12 +00:00

13 lines
172 B
Bash

#!/bin/sh
DOTDIR=~/.spacejunk
mkdir -p $DOTDIR
cd $DOTDIR || exit 1
if [ ! -e config.txt ]; then
cp %%DATADIR%%/config.txt .
fi
exec %%PREFIX%%/libexec/spacejunk "$@"