forked from ports/contrib
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
#
|
||
|
# quake4: run quake4
|
||
|
#
|
||
|
|
||
|
cd /usr/share/quake4
|
||
|
LD_LIBRARY_PATH=. ./quake4.x86 $@
|
||
|
cd -
|