freebsd-ports/net/confregdecode/files/confregdecode
Ying-Chieh Liao 17863b3fc9 add confregdecode
Cisco Systems IOS(tm) configuration register decoder

PR:		27631
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-05-29 17:02:57 +00:00

14 lines
376 B
Bash

#!/bin/sh
#
# Copyright (c)2000-2001 by MarcusCom, Inc. All rights reserved.
# $Id: confregdecode.sh,v 1.3 2001/05/24 20:22:44 jmarcus Exp $
#
# Change this to your path to jre
JRE=%%LOCALBASE%%/bin/javavm
# End changeable things
CLASSPATH=%%PREFIX%%/share/java/confregdecode.jar:${CLASSPATH}
exec ${JRE} -classpath ${CLASSPATH} com.marcuscom.confregdecode.ConfregDecode