slackbuilds_ponce/games/ezquake/ezquake.launcher
M.Dinslage 5b6291617b
games/ezquake: Added (a modern QuakeWorld client)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-28 08:23:00 +07:00

4 lines
99 B
Bash

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