cidr2ipSmall and simple program for converting a CIDR into a netmask |
|
git clone https://noxz.tech/git/cidr2ip.git | |
cidr2ip |
commit: 61be5af0990a3eac7ecdaa9a1ce78e4039ac85ac parent: cedb02e9499150b474ecab41712785b852b46f95 author: z0noxz <chris@noxz.tech> date: Sun, 5 Aug 2018 20:22:35 +0200
Aesthetic changes only
M | cidr2ip | 1 | + |
diff --git a/cidr2ip b/cidr2ip @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. EOF function cidr2ip { + local binary="" local oct1="" local oct2=""