contrib/quake4/quake4

10 lines
97 B
Plaintext
Raw Normal View History

2006-10-24 22:36:15 +02:00
#!/bin/sh
#
# quake4: run quake4
#
cd /usr/share/quake4
LD_LIBRARY_PATH=. ./quake4.x86 $@
cd -