slackbuilds_ponce/games/openarena/openarena.launcher.x86_64

9 lines
183 B
Text
Raw Normal View History

#!/bin/sh
# These launchers came from Arch Linux.
PK3_DIR=/usr/share/games/openarena
BINARY=/usr/share/games/openarena/openarena.x86_64
$BINARY +set fs_basepath $PK3_DIR $*
exit $?