обновки

pull/6/head
Andrey Ivanov 2020-06-18 08:41:51 +03:00 committed by Andrey Ivanov
parent 51184a06dc
commit fcc73dfa9a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ go build -o go-telnet
NC_PID=$!
sleep 1
echo -e "I\nam\nTELNET client\n" | ./go-telnet --timeout=5s localhost 4242 >/tmp/telnet.out &
(echo -e "I\nam\nTELNET client\n" && cat 2>/dev/null) | ./go-telnet --timeout=5s localhost 4242 >/tmp/telnet.out &
TL_PID=$!
sleep 5