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

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