[Question] Having brains again after being headless?

Stephen Pair spair at acm.org
Fri Dec 6 17:40:24 UTC 2002


Bert Freudenberg wrote:

> The meat must be in the "chango" script Stephen did not post. 
> But probably 
> it looks like 
> 
> 	echo capitate | /dev/tcp/localhost/12345
> 
> which would be the simplest way to open a TCP connection from BASH.

In fact, that's exactly what it does...except that I also send the
$DISPLAY setting along with the capitate command...so it looks like:

	echo capitate $DISPLAY | /dev/tcp/localhost/12345

- Stephen




More information about the Squeak-dev mailing list