#!/bin/sh --

OLD_DIR="`pwd`"
cd "/usr/share/games/pysiogame/"
python /usr/share/games/pysiogame/pysiogame.py "$@"
cd "$OLD_DIR"
