#!/bin/ksh
#
# ident "@(#)R07UtSunmc.ksh	1.2 02/08/22 SMI"
#
# Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
#

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

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