#!/bin/sh if [ -z "$TC_INSTALL_DIR" ]; then echo "The environment variable TC_INSTALL_DIR must point to a Terracotta distribution dir." exit fi BASE_DIR=`dirname "$0"`/.. $TC_INSTALL_DIR/bin/dso-java.sh -classpath "$BASE_DIR/build/classes":"$BASE_DIR/build/tests":"$BASE_DIR/build/terracotta":"$BASE_DIR/lib/rife-continuations-1.6.1-jdk15.jar" -Dtc.config="$BASE_DIR/terracotta/tc-config.xml" com.uwyn.rifewf.terracotta.Node2