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

cd "/opt/quake"
./ezquake-linux-x86_64 +cfg_use_home 1 "$@"
exit $?