#!/bin/bash

cd "/opt/doom3"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
exec ./doomded.x86 "$@"
exit $?