From d4e1208f36906bf24caec792cbc41f293d234a39 Mon Sep 17 00:00:00 2001 From: Aniket Pradhan Date: Wed, 17 Oct 2018 14:02:12 +0530 Subject: [PATCH] Added CLI based method to check internet speeds --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cb11de7..7b282a0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other * `curl parrot.live` — display an animated party parrot ([hugomd/parrot.live](https://github.com/hugomd/parrot.live)) * `curl byemck.atulr.com` — display animated goodbye message for colleagues ([master-atul/byemck](https://github.com/master-atul/byemck)) +## Internet speed test + +* `curl -s dl.getipaddr.net/speedtest.sh -o- | bash` + ## Clients At least on of the clients, that you need to access these services, is installed in almost every UNIX/Linux system.