#!/usr/bin/qsh

# @start_restricted_prolog@
# Version: @(#) 1.2 SIB/ws/code/sib.webservices/src/bin/unix/sibwsAuthGen.sh, SIB.webservices.runtime, WASX.SIB 05/01/26 07:23:13 [4/26/06 11:34:09]
# 
# Licensed Materials - Property of IBM
# 
# "Restricted Materials of IBM"
# 
# 5724-I63, 5724-H88, 5655-N01, 5733-W60         
# 
# (C) Copyright IBM Corp. 2004 All Rights Reserved.
# 
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with
# IBM Corp.
# @end_restricted_prolog@

binDir=`dirname $0`
. $binDir/../bin/setupCmdLine

${JAVA_HOME}/bin/java ${JAVA_PARM} \
  com.ibm.ws.bootstrap.WSLauncher \
  com.ibm.ws.sib.webservices.tools.GenAuth "$@"

exit 0
