#!/bin/ksh -pu
#
# ident "@(#)R60SunRayCore.ksh	1.18 04/03/24 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)/M09SunRayCore $1
