summaryrefslogtreecommitdiffstats
path: root/games/openarena/openarena.launcher.x86_64
blob: e3d0efbbfc01675ed0efd4b30e98319602047e31 (plain)
1
2
3
4
5
6
7
8
#!/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 $?