repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
doom3
/
doom3-dedicated.launcher
blob
63180ce8c8d8743022b427f6354abe97157e9958
1
#!/bin/bash
2
3
cd
"/opt/doom3"
4
export
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:
.
5
exec
.
/
doomded.x86
"$@"
6
exit
$?
7