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

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