mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4ee6863913
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
5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
exec ./defcon.bin.x86 "$@"
|