#!/bin/ksh -pu
#
# ident "@(#)R65GDM.ksh	1.2	08/06/11 SMI"
#
# Copyright 2004 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
