#!/bin/ksh -pu
#
# ident "@(#)R65GDM.ksh	1.1 04/06/22 SMI"
#
# Copyright  2001-2002,2004 by 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)/M08GDM $1
