17 lines
263 B
Markdown
17 lines
263 B
Markdown
# pingu
|
|
|
|
## wtf is it?
|
|
|
|
pingu is a small script that pings several IPv4 given as arguments to check whether they're reachable or not.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
./pingu <IPv4> ...
|
|
```
|
|
|
|
## The future
|
|
|
|
Some ideas I have to improve this script:
|
|
- handle IPv6
|
|
- colored output
|