1
0
mirror of https://github.com/zsh-users/zsh synced 2024-07-08 19:55:44 +00:00
zsh/Functions/TCP/tcp_command

4 lines
68 B
Plaintext

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