#!/bin/ksh -pu
#
# ident "@(#)R07Kiosk.ksh	1.7 02/10/29 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)/M39Kiosk $1
