обновки

This commit is contained in:
Andrey Ivanov 2020-06-18 08:41:51 +03:00 committed by Andrey Ivanov
parent 51184a06dc
commit fcc73dfa9a

View File

@ -7,7 +7,7 @@ go build -o go-telnet
NC_PID=$! NC_PID=$!
sleep 1 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=$! TL_PID=$!
sleep 5 sleep 5