#!/bin/sh --

OLD_DIR="`pwd`"
cd /usr/share/games/fretsonfire/game/
./FretsOnFire.py "$@"
cd "$OLD_DIR"
