aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/confregdecode/files/confregdecode
blob: bc401781ca8a11c07fb905428b583d85286f808e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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