brush 0.4.0

Rust-implemented shell focused on POSIX and bash compatibility
1
2
3
4
5
//! Wrapper binary for brush-shell

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