mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
|
#!/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
|
||
|
|
||
|
|