#!/bin/sh

OUT=$1.ttaems

java -classpath taemsview.jar taems.preprocessor.PreProcessorParser < $@  > $OUT
echo Saving output in $OUT
taemsview $OUT
