#!/bin/bash
# Cause node application to exit
$JAVA -cp $SIAM_CLASSPATH -Djava.security.policy=$SIAM_HOME/properties/policy \
-Dlog4j.threshold=$LOG4J_THRESHOLD moos.operations.utils.ExitApplication $*

