summarylogtreecommitdiffstats
path: root/doom3-dedicated.launcher
blob: 63180ce8c8d8743022b427f6354abe97157e9958 (plain)
1
2
3
4
5
6
7
#!/bin/bash

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