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
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
exec ./defcon.bin.x86 "$@"
|