#!/bin/bash

# Script executes moos.deployed.NodeTest.main()
$JAVA -cp $SIAM_CLASSPATH -Djava.security.policy=$SIAM_HOME/properties/policy \
-Dlog4j.threshold=$LOG4J_THRESHOLD moos.operations.utils.PortLister $*

