add sys command

This commit is contained in:
JT
2021-10-01 19:53:47 +13:00
parent 000db46618
commit 503939dcbe
6 changed files with 483 additions and 4 deletions

View File

@ -1,5 +1,7 @@
mod benchmark;
mod run_external;
mod sys;
pub use benchmark::Benchmark;
pub use run_external::{External, ExternalCommand};
pub use sys::Sys;