#!/bin/sh
#
# Test script for CFINGERD
# Version 1.1 by Ken Hollis <khollis@bitgate.com>

echo Test script for `uname -n`
echo
echo Your options that were passed are:
echo $1
echo $2
echo $3
echo $4
echo
echo "Thank you for using `uname -n`'s finger system!"
echo "Have a nice day .. or something.  :)"
echo
