#!/bin/sh
BIN=$(basename "$0")
cd "/usr/pkg/share/yquake2" && exec "/usr/pkg/libexec/yquake2/$BIN" "$@"
