#!/bin/sh
SCRIPTPATH=`dirname "$0"`
cd $SCRIPTPATH
./bin/pplan-cmd $@
