subprocess 1.0.3

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