#! /bin/sh

header=/etc/cfingerd/top_finger.txt
footer=/etc/cfingerd/bottom_finger.txt

cat $header
 echo
  echo "System statistical information:"
  echo
  ruptime
 echo
cat $footer
