mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
15 lines
305 B
Bash
Executable File
15 lines
305 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. Also, it depends on"
|
|
echo " a local ICP cache named 'cache'."
|
|
|
|
./echoping -i http://www.pasteur.fr/ cache
|
|
|
|
./echoping -i http://www.freenix.org/ cache
|
|
|
|
|