conn-tools
Software
www.skarnet.org

The ipcconnect2 program

ipcconnect2 establishes a connection to a Unix domain socket. It copies stdin to the writing end of the socket, and the reading end of the socket to stdout.

Interface

     ipcconnect2 path

Internals

ipcconnect2 is an execline script that simply calls ipcclient2, a program similar to ipcclient, with ioconnect as its argument.

Notes