From 91a8cee50c9cce580534b8cc6ca31265029ef6d2 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 12 May 2010 21:29:59 +0000 Subject: scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org) --- scripts/cidr2hex | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/cidr2hex (limited to 'scripts/cidr2hex') diff --git a/scripts/cidr2hex b/scripts/cidr2hex new file mode 100755 index 0000000..36974e0 --- /dev/null +++ b/scripts/cidr2hex @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ x"$1" = x ]; then + echo "Usage: $0 " >&2; exit 255 +fi + +./scripts/ip2hex "$(./scripts/cidr2ip "$1")" -- cgit v1.2.3