#!/bin/ksh
#
# ident "@(#)R20SRAS.ksh	1.2 01/05/28 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)/M20SRAS $1
