#!/bin/sh

cd `dirname $0`

#
# Configuration
#
. ./mpconfig

#
# Start the executable.
#
exec ./mp.top $INCLUDES $*
