mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-09 01:10:38 +00:00
13 lines
292 B
Bash
Executable File
13 lines
292 B
Bash
Executable File
#!/bin/sh
|
|
|
|
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 name 'cache'."
|
|
|
|
echoping -i http://www.pasteur.fr/ cache
|
|
|
|
echoping -i http://www.freenix.org/ cache
|
|
|
|
|