ip2cidr

Small and simple program for converting a netmask into a CIDR
git clone https://noxz.tech/git/ip2cidr.git
Log | Files | README | LICENSE

commit: 6f809ffdd935fd0bf86f6a14d3087829569bf311
parent: 4a5646482fd9c23ca833b03c020a31b9a7863ab5
author: z0noxz <chris@noxz.tech>
date:   Fri, 3 Aug 2018 19:06:31 +0200
update README.md
MREADME.md2++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
@@ -1,2 +1,4 @@
 # ip2cidr
 Converts IPADDRESS to CIDR, or return CIDR if already a valid one
+
+install using `cp ./ip2cidr /usr/local/bin` or similar.