mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +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 $?
|