Files
zesdex/apps/infrastructure/src/bgbash/mod.rs
T

6 lines
128 B
Rust
Raw Normal View History

//! Background bash job management — spawn, track, and query long-running
//! shell processes.
pub mod control;
pub mod job;