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