#!/bin/sh

DATA_DIRECTORY=/usr/share/games/frogatto
BINARY_FILE=/usr/lib/frogatto/game

cd $DATA_DIRECTORY
exec $BINARY_FILE "$@"
