NAME
execnet – network interface to program execution

SYNOPSIS
execnet [ –n name ] [ netdir ]

DESCRIPTION
Execnet presents a network protocol directory (see, for example, ip(3)) called netdir/name (default /net/exec).

Once the protocol directory exists, dialing (see dial(2)) strings of the form name!cmd will connect to a newly executed instance of cmd.

SOURCE
/sys/src/cmd/execnet

SEE ALSO
dial(2), ip(3)