From d8104b6c07c5ec374a4af4f2812b6033f5e69988 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Fri, 12 Jun 2015 22:38:50 -0500 Subject: basic README for just two tools so far. --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..eaf4608 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +tools: + +ipgen: generates IPs based on IP and netmask. +example: ipgen 192.168.0.4 255.255.255.252 +outputs: +192.168.0.4 +192.168.0.5 +192.168.0.6 +192.168.0.7 + +cidr: converts cidr notation to IP and netmask. +example: cidr 192.168.0.4/30 +outputs: +192.168.0.4 255.255.255.252 + +these two programs were made to be used together like: + +ipgen $(cidr 192.168.0.4/30) -- cgit v1.2.3