mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
8 lines
183 B
Bash
8 lines
183 B
Bash
#!/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 $?
|