#!/bin/sh
# domod - run modbus simulator
java -cp .:jamod.jar -Dnet.wimpi.modbus.debug=true modsim.ModSim $1
