обновки
This commit is contained in:
parent
51184a06dc
commit
fcc73dfa9a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user