#!/bin/ksh
#
# ident "@(#)R08AdminGUIzh.ksh	1.1 01/12/03 SMI"
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#

# get the full pathname
command=$(whence $0)

# call the M-module (where all event handlers are)
$(dirname $command)/M31AdminGUIzh $1
