#*************************************************************************#
#  IBM Confidential                                                       #
#  OCO Source Materials                                                   #
#  5724-E34                                                               #
#  (c) Copyright IBM Corporation 2007, 2008.                              #
#  All rights reserved.                                                   #
#                                                                         #
#  The source code for this program is not published or otherwise         #
#  divested of its trade secrets, irrespective of what has been           #
#  deposited with the U.S. Copyright Office.                              #
#*************************************************************************#
#!/bin/sh

. setup.sh
"$JAVA_HOME"/bin/java -classpath "$WHCMD_CLASSPATH" com.ibm.command.client.dwecommand wh "$@"
