#!/bin/ksh -pu
#
# ident "@(#)R04PCSC.ksh	1.1 11/02/03 Oracle"
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#

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

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