#!/bin/ksh -pu
#
# ident "@(#)R55KIO.ksh	1.6	08/06/12 SMI"
#
# Copyright 2003 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)/M38KIO $1
