1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/linux-defcon/files/defcon.in
Martin Wilke 4ee6863913 Defcon is announced as "The World's first Genocide 'em up". It is a
global thermonuclear war simulation inspired by movies like WarGames
and features multiplayer support, different game modes and support for
own game mods.

WWW: http://www.introversion.co.uk/defcon/

PR:		ports/112939
Submitted by:	Marcus von Appen <mva at sysfault.org
2007-06-04 21:41:41 +00:00

5 lines
63 B
Bash

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