Use RDF description in inferred structure; also report whether it was found in plugin data
author |
Chris Cannam |
date |
Mon, 04 Mar 2013 17:53:42 +0000 |
parents |
330f8b936092 |
children |
|
rev |
line source |
Chris@0
|
1 #!/bin/sh
|
Chris@56
|
2 YETI_LIBDIR=${YETI_LIBDIR:=../yeti}
|
Chris@56
|
3 if [ ! -d "$YETI_LIBDIR" ]; then
|
Chris@56
|
4 YETI_LIBDIR=../other/yeti
|
Chris@56
|
5 fi
|
Chris@41
|
6 rlwrap $JAVA_HOME/bin/java -classpath $YETI_LIBDIR/yeti.jar:$YETI_LIBDIR/yeti-lib.jar:jtransforms-2.4.jar yeti.lang.compiler.yeti "$@"
|