#!/bin/bash

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

