#
# usage:        intro_c.sh
#
# abstract:     This Bourne Shell script outputs the client
#               introduction. 
#
# note(s):      1. This routine must be called using a . (period)
#
# Copyright (c) 1992-1998 The Mathworks, Inc. All Rights Reserved.
# $Revision: 1.10 $  $Date: 1998/12/24 17:31:35 $
#----------------------------------------------------------------------------
#
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo ''
    title="Welcome to MATLAB  $version  CLIENT Install"
    . $dir/$center_sh
echo ''
echo 'Be prepared to provide MATLAB system configuration information for the tasks:'
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    if [ "$usermode" = "0" ]; then
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo '    ---------------------------------------------------------------------'
echo '    |   OPTIONAL - you are asked first                                  |'
echo '    |  B1. Create symbolic links to scripts in $MATLAB/bin directory    |'
echo '    ---------------------------------------------------------------------'
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    else
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo '    ---------------------------------------------------------------------'
echo '    |   OPTIONAL - you are asked first                                  |'
echo '    | *B1. Create symbolic links to scripts in $MATLAB/bin directory    |'
echo '    ---------------------------------------------------------------------'
echo '*  Root access maybe required.'
echo ''
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    fi
