#!/bin/sh
# This shell script is used by multiuser to test shell commands.
# The current user load is passed in as a parameter and can be 
# accessed as $1
#				' @(#) aim_1.sh:1.3 1/22/96 00:00:00'

ls -l > /dev/null 2>&1
