.snmpman-cli.2.2.0.source-code.snmpman.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snmpman-cli Show documentation
Show all versions of snmpman-cli Show documentation
SNMP agent simulator command line interface
The newest version!
#! /bin/bash
BASEDIR=$(cd $(dirname "$0")/..; pwd)
JAR=${BASEDIR}/lib/snmpman-cli-${project.version}.jar
if [ "$LOGXML" = "" ]; then
export LOGXML=file:///${BASEDIR}/etc/log4j2.xml
fi
java -Dlog4j.configurationFile=${LOGXML} -jar ${JAR} "$@"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy