Run command in new thread to reap child zombies
command::new with 'spawn' is hard to clean up, so this uses 'output', which blocks until the command returns and children are reaped.
fixes #1 (closed)
command::new with 'spawn' is hard to clean up, so this uses 'output', which blocks until the command returns and children are reaped.
fixes #1 (closed)