mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-05 18:15:12 +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 $?
|