diff options
Diffstat (limited to 'scripts/ip2hex')
-rwxr-xr-x | scripts/ip2hex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |