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]
/
et-sdl-sound-fixed
/
quake3.sh
blob
dd44e34bdb08697ab991d27b42d62d2a401d25db
1
#!/bin/sh
2
cd
"/opt/quake3"
3
export
LD_PRELOAD
=
"et-sdl-sound.so
${LD_PRELOAD}
"
4
[
-x
.
/
quake3.x86
] &&
exec
.
/
quake3.x86 $
*
5
[
-x
.
/
ioquake3.x86_64
] &&
exec
.
/
ioquake3.x86_64 $
*