0.1.0 |
|
---|
#5 in #simultaneously
8KB
154 lines
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
Dependencies
~3.5–4.5MB
~74K SLoC