#!/bin/sh
set -e

cd /usr/share/games/seahorse-adventures/
exec python run_game.py "$@"
