yosh 0.2.2

A POSIX-compliant shell implemented in Rust
1
2
3
fn main() {
    std::process::exit(yosh_plugin_manager::run());
}