comparison scripts/ip2hex @ 19:31e3b4edf502 draft

scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
author Nick <nick@somerandomnick.ano>
date Wed, 12 May 2010 21:29:59 +0000
parents
children 2f57d4d36759
comparison
equal deleted inserted replaced
18:89b5d9e83572 19:31e3b4edf502
1 #!/bin/sh
2
3 if [ x"$1" = x ]; then
4 echo "Usage: $0 <IP>" >&2; exit 255
5 fi
6
7 for x in $(echo -n "$1" | tr . ' ') ; do
8 ./scripts/dec2hex "$x"
9 done | tr '\n' / | head -c -1 ; echo