#!/bin/sh

#
# Confidential property of Sybase, Inc.
# Copyright 1987, 2003
# Sybase, Inc.  All rights reserved.
# Unpublished rights reserved under U.S. copyright laws.
#
# This software contains confidential and trade secret information of Sybase,
# Inc.   Use,  duplication or disclosure of the software and documentation by
# the  U.S.  Government  is  subject  to  restrictions set forth in a license
# agreement  between  the  Government  and  Sybase,  Inc.  or  other  written
# agreement  specifying  the  Government's rights to use the software and any
# applicable FAR provisions, for example, FAR 52.227-19.
# Sybase, Inc. One Sybase Drive, Dublin, CA 94568, USA
#

# This script is kept for backward compatability. All functionality
# has been moved to the stopws script.


EXECUTIONPATH=`dirname $0`

${EXECUTIONPATH}/stopws $*

