#	START NEW ARIX SCCS HEADER
#
#	@(#) userload.sh: version 25.1 created on 12/2/91 at 16:53:43
#
#	Copyright (c) 1990 by Arix Corporation
#	All Rights Reserved
#
#	@(#)userload.sh	25.1	12/2/91 Copyright (c) 1990 by Arix Corporation
#
#	END NEW ARIX SCCS HEADER
#
#
# This Shell Script should be run every hour to save the current file
# system usage information, and to show who is logged in at that time.
#
echo ======================================================
echo "============ `date` ============"
echo ======================================================
/bin/who
echo ======================================================
/bin/df
