rusht 1.3.0

Shell commands written in Rust
Documentation
1
2
3
4

pub fn run(args: Args) {
    println!("this code should be replaced by rsh! there are {} cpus", num_cpus::get());
}