# # QTREE.SH # Quick startup utree # 3.03-um klin, Sun Feb 16 16:07:25 1992 # Usage: like utree # Options: like utree # Directory: /usr/local/bin # # SCCSID = @(#) utree 3.03-um (klin) Feb 16 1992 bin/qtree.sh # USAGE = @(#) Usage: qtree [utree_options] if [ `echo $SHELL | sed 's/.*\///'`=="bash" ]; then export UTLIB=`mount | grep iso9660 | cut -d" " -f3` else if [ `echo $SHELL | sed 's/.*\///'`=="tcsh" ]; then setenv UTLIB `mount | grep iso9660 | cut -d" " -f3` fi exec utree -q $@