:
#	@(#) oaps 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$$

set `who am i` xx 
ps -fu $1 > $TEMP

wmopen 1 12 72 5 4 
eval wmtitle \"$OAPS1\" 
wmmessage -r "$USEARROW" 
scan -e"$EOFMSG" $TEMP 
rm -f $TEMP
oadeinit

