view scripts/ip2hex @ 612:b721aa91808d draft

/A1/lex2> somerandomnick: BTW you can remove my clientport from a2.o if you so desire /A1/lex2> I would update it in my repository but really there is no point in me doing so because you won't pull from me over IPv6 :v /SVC/srnbot> IPv6 sucks.
author Nick <nick@somerandomnick.ano>
date Fri, 16 Sep 2011 10:02:19 +0000
parents 31e3b4edf502
children 2f57d4d36759
line wrap: on
line source

#!/bin/sh

if [ x"$1" = x ]; then
 echo "Usage: $0 <IP>" >&2; exit 255
fi

for x in $(echo -n "$1" | tr . ' ') ; do
 ./scripts/dec2hex "$x"
done | tr '\n' / | head -c -1 ; echo