#!/bin/sh

GRAMMAR_FILE=${1}
TREE_NAME=${2}

# run the viewer 
ViewTAG ${GRAMMAR_FILE} ${TREE_NAME}

