#!/bin/ksh -pu
#
# ident "@(#)R09AdminGUI.ksh	1.2 07/06/01 SMI"
#
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

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

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