zsh/Functions/TCP/tcp_command

4 lines
68 B
Plaintext
Raw Normal View History

tcp_send $* || return 1
tcp_read -d -t ${TCP_TIMEOUT:=0.3}
return 0