summarylogtreecommitdiffstats
path: root/quake3.launcher
blob: 02e1c093bec728ba21e0d92972c73ccbc3544e9d (plain)
1
2
3
4
5
6
#!/bin/bash

cd "/opt/quake3"
./IOQ3_BINARY $*
exit $?