mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
tcp_send $* || return 1
|
||
|
tcp_read -d -t ${TCP_TIMEOUT:=0.3}
|
||
|
return 0
|