Function leftwm_core::utils::child_process::exec_shell[][src]

pub fn exec_shell<C: Config, SERVER: DisplayServer>(
    command: &str,
    manager: &mut Manager<C, SERVER>
) -> Option<u32>
Expand description

Sends command to shell for execution Assumes STDIN/STDOUT unwanted.