mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
13 lines
242 B
Bash
Executable File
13 lines
242 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
echo ""
|
|
echo "A message such as 'connection refused' is not always an error"
|
|
echo " you may not have an appropriate server."
|
|
|
|
./echoping localhost
|
|
./echoping -d localhost
|
|
#./echoping -c localhost
|
|
#./echoping -h / localhost
|