Page MenuHomec4science

audit_export.sh
No OneTemporary

File Metadata

Created
Sun, Jul 14, 09:03

audit_export.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.AuditExport "$@"

Event Timeline