gadget_sdk

Macro run_command

Source
macro_rules! run_command {
    ($cmd:expr) => { ... };
    ($cmd:expr, $($args:expr),*) => { ... };
}