#!/bin/sh

# Concatenates multiple descriptions of annotations into a single one.

SCENE_LIB=$(dirname "$0")
WORKSPACE=$SCENE_LIB/..

export CLASSPATH="$WORKSPACE"/dist/annotation-file-utilities-all.jar:"$CLASSPATH"
java org.checkerframework.afu.scenelib.tools.Anncat "$@"
