6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/sh
|
|
|
|
cd "/opt/quake4"
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
|
./q4ded.x86 $*
|
|
exit $?
|