summarylogtreecommitdiffstats
path: root/fuhquake.launcher
blob: 0c1bf09f039df9664618f0f3aac35495f3e0de61 (plain)
1
2
3
4
5
#!/bin/bash

cd "/opt/quake"
./fuhquake-gl.glx +cfg_load `whoami` $*
exit $?