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

