#!/bin/sh

basepath="/usr/pkg/lib/warsow"

${basepath}/warsow.x86_64 \
	+set fs_basepath ${basepath} \
	+set fs_usehomedir 1 "${@}"
