mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
9 lines
181 B
Text
9 lines
181 B
Text
|
#!/bin/sh
|
||
|
# These launchers came from Arch Linux.
|
||
|
|
||
|
PK3_DIR=/usr/share/games/openarena
|
||
|
BINARY=/usr/share/games/openarena/openarena.i386
|
||
|
|
||
|
$BINARY +set fs_basepath $PK3_DIR $*
|
||
|
exit $?
|