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

