mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
14 lines
250 B
Bash
Executable File
14 lines
250 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."
|
|
|
|
./echoping -h / www.pasteur.fr
|
|
|
|
./echoping -h / www.freenix.org
|
|
|
|
./echoping -S mail.hotmail.com
|