#!/bin/sh

# $Id: test-echoping-local,v 4.0 2001/01/25 15:52:56 bortz Exp $

echo ""
echo "A message such as 'connection refused' is not always an error"
echo " you may not have an appropriate server."

./echoping localhost
./echoping -d localhost
#./echoping -c localhost
#./echoping -h / localhost
