Page MenuHomec4science

heartbeat.sh
No OneTemporary

File Metadata

Created
Sun, Jul 14, 01:53

heartbeat.sh

#!/bin/bash
CONFIG_HOME=`dirname $0`
#Set up the classpath
source $CONFIG_HOME/setup-classpath.sh
java -Dlog4j.configuration=$CONFIG_HOME/log4j.properties -cp $CONFIG_CP net.shrine.utilities.heartbeat.Heartbeat "$@"

Event Timeline