Skip to main content

Module executor

Module executor 

Source
Expand description

Command execution for replay.

Executes recorded commands through the shell via sh -c with inherited stdio for real-time output.

Structs§

ExecutionResult
Result of command execution, including whether it was a cd command.

Functions§

execute_command
Execute a command string through the shell.