mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
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 $?
|