slackbuilds_ponce/games/openarena/oa_ded.launcher.i386

9 lines
177 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/oa_ded.i386
$BINARY +set fs_basepath $PK3_DIR $*
exit $?