#!/bin/sh
# Wrapper script for starting The Ur-Quan Masters
# Sound options are none or mixsdl
exec "/opt/uqm/uqm" "--contentdir=/opt/uqm/content" "--fullscreen" "$@"
