summarylogtreecommitdiffstats
path: root/quake4.launcher
blob: 95171e4187e71cca08038df8d98703efd9d99456 (plain)
1
2
3
4
5
6
#!/bin/bash

cd "/opt/quake4"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
./quake4.x86 $*
exit $?