Page MenuHomec4science

audit_report.sh
No OneTemporary

File Metadata

Created
Mon, Jul 8, 15:07

audit_report.sh

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

Event Timeline