#!/bin/bash
#
# This script sets up system paths and executes the Marvin Control program.
#
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NXJ_HOME/bin
java -classpath "$NXJ_HOME/lib/pccomm.jar:$CLASSPATH" PCController

