#!/bin/sh
GAME_DIR=/usr/lib/CroMagRally
cd "$GAME_DIR" && exec ./CroMagRally "$@"
