1 2 3 4 5 6
//! Spawn `$SHELL` into a single pane. M1 — see `terminal_crate_plan.md`. fn main() { eprintln!("examples/local_shell: not implemented yet (M1)."); eprintln!("See terminal_crate_plan.md."); }