#
# usage:        cleanup.sh
#
# abstract:     This Bourne Shell script removes any temporary files
#		when a normal exit is done.
#
# note(s):      1. This routine must be called using a . (period)
#
# Copyright (c) 1992-1997 by The MathWorks, Inc.
# $Revision: 1.11 $  $Date: 2000/02/05 00:10:12 $
#----------------------------------------------------------------------------
#
    rm -rf $temp_file $temp_file2a $temp_file2b $temp_file2c $temp_file2 $temp_file3 $temp_file4 $temp_file5 $MATLAB/update/$$a $temp_boot $MATLAB/update/ftp $LSCREEN > /dev/null 2>&1
