#!/bin/ksh -pu
#
# ident "@(#)R07CAM.ksh	1.9 03/02/05 SMI"
#
# Copyright 2001-2003 Sun Microsystems, Inc.  All rights reserved.
#

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

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