#!/bin/sh

export LD_LIBRARY_PATH=`pwd`/lib
mkdir -p ~/.fonts
ln -sf fonts ~/.fonts/mgp
./mgp "$@" sagator.mgp
