brush-shell 0.4.0

Rust-implemented shell focused on POSIX and bash compatibility
Documentation
1
2
3
4
5
//! Main entry for the `brush` shell.

fn main() {
    brush_shell::entry::run();
}