subprocess 0.1.8

Execution of child processes and pipelines, inspired by Python's subprocess module, with Rust-specific extensions.
Documentation
1
2
3
fn main() {
	print!("{}", ::std::env::args().skip(1).next().unwrap());
}