#!/bin/sh

BASE=`dirname $0`

$BASE/../auto/core/bin/oplan.sh "$@"
exit $?
~                                           
