From 1ecceb459d01e61bb4d38b85aa62d6fa26ca7071 Mon Sep 17 00:00:00 2001 From: dash Date: Sat, 26 Sep 2020 15:39:14 +0200 Subject: [PATCH] Update README.md quick readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29..469c458 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# jing-go +first steps in golang, implemented a little ping tool with something missing most ping implementations: +- json output +- target list + +# usage + +jing one host +./jing -t 127.0.0.1 + +jing a list of hosts +./jing -T targets.txt + +jing a list of hosts with json output +./jing -T targets.txt -J + +# happy jing