9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
|
#!/bin/sh
|
||
|
# These launchers came from Arch Linux
|
||
|
|
||
|
PK3_DIR=/usr/share/games/openarena
|
||
|
BINARY=/usr/share/games/openarena/oa_ded.x86_64
|
||
|
|
||
|
$BINARY +set fs_basepath $PK3_DIR $*
|
||
|
exit $?
|