From 8626735a9b2049717fdc0b12ebd5c3989cb8b263 Mon Sep 17 00:00:00 2001 From: Gavriel Fleischer Date: Tue, 8 Jan 2019 10:56:41 +0200 Subject: remove non-standard -N --- tools/hex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/hex.sh b/tools/hex.sh index b9ea36de2..78cd8fa38 100755 --- a/tools/hex.sh +++ b/tools/hex.sh @@ -27,7 +27,7 @@ send_hex_udp () { } send_hex_tcp () { - echo "$hex" | xxd -r -p | nc -N "$host" "$port" + echo "$hex" | xxd -r -p | nc "$host" "$port" } send_text_udp () { -- cgit v1.2.3