Skip to main content

exec_shell_command

Function exec_shell_command 

Source
pub async fn exec_shell_command(
    command: impl Into<String>,
    timeout: u64,
) -> Result<(String, String, i32)>
Expand description

Helper function for creating and executing a shell command in one step