#!/bin/bash
BIN_DIR=$(dirname $0)

source $BIN_DIR/common.sh

JAVA_APP=MdlClawZAdaptorApp

invoke_app $*
