//! Background bash: run shell commands off the main thread, poll their //! output non-blockingly, and terminate them on demand. pub mod control; pub mod job;