All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.snmpman-cli.2.2.0.source-code.snmpman.sh Maven / Gradle / Ivy

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