subsock 0.1.0

Run a command simultaneously in every subdirectory, and manage with a socket.
subsock-0.1.0 is not a library.

subsock

Run a command simultaneously in every subdirectory, and manage with a socket.

Usage: target/debug/subsock [options] PROGRAM [root_dir]

Options:
    -s, --socket NAME   set the socket path. [default: subsocket]
    -S, --no-socket     do not create a socket
    -h, --help          get help

PROGRAM will be run in parallel in every subdirectory (SUB), as SUB's owner.
A placeholder '{}' is available to PROGRAM, it will be replaced with SUB.
A socket will be created.
Sending the socket a message like 'restart SUB' will restart that SUB's process.

keep your subs happy