716e7ab7b2
unixexec attaches the stdin/stdout of a command to a Unix socket: * immediately exec(3)'s the command: the data is not proxied via another process * does not multiplex access to a socket WWW: https://github.com/DtxdF/unixexec/
5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
unixexec attaches the stdin/stdout of a command to a Unix socket:
|
|
|
|
* immediately exec(3)'s the command: the data is not proxied via another process
|
|
* does not multiplex access to a socket
|