README
Ping hosts to compare which one is faster, A Ping Race Program.

NOTE: Mac & Linux only.
Install
npm install -g pingrace
Usage
Usage
$ pingrace <host> [<host>...]
Options
-c, --count Ping every host a specific number of times (default: 10)
Examples
$ pingrace a.example.com b.example.com c.example.com
$ pingrace -c 10 a.example.com b.example.com c.example.com