process: Initial commit

This commit is contained in:
Alex Crichton
2019-06-24 16:56:41 -07:00
committed by Ivan Petkov
commit 97508096fa
6 changed files with 310 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
std::process::exit(std::env::args().nth(1).unwrap().parse().unwrap());
}