#!/bin/ksh
#
# ident "@(#)R55KioskBB.ksh	1.2 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)/M38KioskBB $1
