mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
Software and published by Activision. Set in 2145 in the Union Aerospace Corporation (UAC) research center on Mars, it is a reimagining of the original Doom, with completely new graphics and game engine. WWW: http://www.doom3.com/ PR: ports/91877 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: garga (mentor)
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
|
|
exec ./doomded.x86 "$@"
|