Add class ShellCmd, an easy API to run shell commands as async subprocesses, capture their exit status, and have them log to slog().Signed-off-by: Jan Lindemann <jan@janware.com>
Add class ShellCmd, an easy API to run shell commands as async subprocesses, capture their exit status, and have them log to slog().