: $Workfile:   kixsh.sh  $ $Revision:   1.0  $
#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2001 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#


# kixsh
# call shell processor
# params: none

# if SHELL is set, use the shell that the user specified.  otherwise,
# default to the Bourne	shell

echo 'Hit <CTRL>-d to return to	Development System Menu'
${SHELL-'/bin/sh'}
exit 0
