From 7e5469a0dee1fbaf661720fc330d47d992f1d8fe Mon Sep 17 00:00:00 2001 From: cathugger Date: Fri, 10 Mar 2017 03:30:16 +0000 Subject: add muh nameserver, some script tweaks --- scripts/ip2hex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ip2hex') diff --git a/scripts/ip2hex b/scripts/ip2hex index 2c8ce36..9cd2a99 100755 --- a/scripts/ip2hex +++ b/scripts/ip2hex @@ -5,5 +5,5 @@ if [ x"$1" = x ]; then fi for x in $(echo -n "$1" | tr . ' ') ; do - ./scripts/dec2hex "$x" +`dirname "$0"`/dec2hex "$x" done | tr '\n' / | head -c -1 ; echo -- cgit v1.2.3