2010-05-11 22:23:05 +02:00
|
|
|
#!/bin/sh
|
|
|
|
# These launchers came from Arch Linux
|
|
|
|
|
|
|
|
PK3_DIR=/usr/share/games/openarena
|
2010-05-12 17:39:25 +02:00
|
|
|
BINARY=/usr/share/games/openarena/oa_ded.x86_64
|
2010-05-11 22:23:05 +02:00
|
|
|
|
|
|
|
$BINARY +set fs_basepath $PK3_DIR $*
|
|
|
|
exit $?
|