#!/bin/sh
# Wrapper script for starting Project 6014
exec "/usr/lib64/games/p6014" "--contentdir=/usr/share/games/p6014/content" "$@"
