mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
5b6291617b
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/bash
|
|
cd "/usr/share/games/ezquake"
|
|
./ezquake-linux-* +cfg_use_home 1 +cfg_load "$@"
|
|
exit $?
|