exec 3<>/dev/tcp/example.org/80
echo -ne "GET / HTTP/1.1\r\nHost: example.org\r\n\r\n" >&3
cat <&3
exec 3<&-