#!/bin/sh

MADOKADIR=${MADOKADIR:-$HOME/.madoka}

cd ${MADOKADIR}

/usr/lib/madoka/madoka.pl $@

exit
