summaryrefslogtreecommitdiffstats
path: root/games/openarena/oa_ded.launcher.x86_64
blob: 4632b969c7bd90a53afe8a2091053eb0bf0b5378 (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/oa_ded.x86_64

$BINARY +set fs_basepath $PK3_DIR $*
exit $?