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

