mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-09 01:10:38 +00:00
14 lines
220 B
Bash
14 lines
220 B
Bash
#!/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 / -v www.6bone.net
|
|
|
|
./echoping -h / -v ns3.nic.fr
|
|
|
|
|