Skip to main content

execute_bash_once

Function execute_bash_once 

Source
pub async fn execute_bash_once(
    data: &PreparedBashScript,
    ctx: &ExecutionContext,
) -> Result<RawExecutionResult>
Expand description

Execute a single bash script inside a sandbox and return the result.