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

source $BIN_DIR/common.sh

JAVA_APP=Test.PatternMatchingTest

invoke_app $*
