#!/bin/sh
#
# Uptime script
# version 1.1 by Ken Hollis

echo "System statistical information:"
echo
uptime
echo -n " "
uname -a
