#!/bin/bash
cd "/usr/share/games/ezquake"
./ezquake-linux-* +cfg_use_home 1 +cfg_load "$@"
exit $?
