mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-15 00:12:48 +00:00
17 lines
320 B
Bash
Executable File
17 lines
320 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
echo ""
|
|
echo "Since this tests tries remote servers, a failure is not always "
|
|
echo " echoping's fault: it may be a network problem."
|
|
|
|
# There are no more public echo servers :-(
|
|
#./echoping echo.example.org
|
|
|
|
./echoping -h / www.debian.org
|
|
|
|
./echoping -h / www.afnic.fr
|
|
|
|
./echoping -S mx3.hotmail.com
|