summarylogtreecommitdiffstats
path: root/xash3d.dedicated
blob: 9825d9c12e1c650db479f6cd2a9524c6802b531f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
. /etc/conf.d/xash3d

DEFAULT_LIBPATH=/usr/lib32

if [ ! -d "$XASH3D_BASEDIR" ]; then
	echo "$XASH3D_BASEDIR not found"
	exit 1
fi

$DEFAULT_LIBPATH/xash3d/xash "$@"