:
#	@(#) oadu 23.2 91/08/29 
#
#	Copyright (C) 1987-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#

OALIB=${OALIB-"/usr/lib/oa"}
PATH=$OALIB/utilbin:$PATH

 # run ourself thru oash 
eval oainit 2>/dev/null || (oash $0; kill $$)
. `findfile shell_strs`

TEMP=/tmp/fm1$$
dir=`/bin/pwd`

du $dir > $TEMP

 #OADU1='Disk Usage under ${dir}'
wmopen 1 10 50 5 10 
eval wmtitle \"$OADU1\"
wmmessage -r "$USEARROW"
scan -e"$EOFMSG" $TEMP
rm -f $TEMP
oadeinit
