#!/bin/sh

java -classpath ../../build/domhub-app:../../build/domhub-common \
    icecube.daq.domhub.test.TestPwrDownAllChannels $1

java -classpath ../../build/domhub-app:../../build/domhub-common \
    icecube.daq.domhub.test.TestPwrUpAllChannels $1

java -classpath .:../../build/domhub-app:../../build/domhub-common dhsetup $1 | \
	./dhsave

