system

Macro system 

Source
macro_rules! system {
    ( $a:expr) => { ... };
}
Expand description

ยงlike pythons os.system() function