#!/bin/sh
# Wrapper script for starting The Ur-Quan Masters
exec "/usr/pkg/lib/uqm/uqm" "--contentdir=/usr/pkg/share/uqm/content" "$@"

