From 936c764e5aa6becc44ba41f25414c454c38b4b9c Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 18 Apr 2015 11:01:56 +1200 Subject: Tools hex TCP by default --- tools/hex.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/hex.sh b/tools/hex.sh index 13e366674..bfc60c0a9 100755 --- a/tools/hex.sh +++ b/tools/hex.sh @@ -8,5 +8,5 @@ # This will cause an unknown device error for "-e". # -#echo 3e52505631393535352b343533383431382d303733393531383530303032303231323b49443d393939393b2a37423c0d0a | perl -ne 's/([0-9a-f]{2})/print chr hex $1/gie' | nc -v -w 10 localhost 5039 -echo 3e52505631393535352b343533383431382d303733393531383530303032303231323b49443d393939393b2a37423c0d0a | perl -ne 's/([0-9a-f]{2})/print chr hex $1/gie' > /dev/udp/localhost/5057 +echo 3e52505631393535352b343533383431382d303733393531383530303032303231323b49443d393939393b2a37423c0d0a | perl -ne 's/([0-9a-f]{2})/print chr hex $1/gie' | nc -v -w 10 localhost 5039 +#echo 3e52505631393535352b343533383431382d303733393531383530303032303231323b49443d393939393b2a37423c0d0a | perl -ne 's/([0-9a-f]{2})/print chr hex $1/gie' > /dev/udp/localhost/5057 -- cgit v1.2.3