subprocess 1.1.0

Execution and control of child processes and pipelines.
Documentation
1
2
3
fn main() {
    print!("{}", ::std::env::args().nth(1).unwrap());
}