Function cargo_auto_lib::run_shell_command

source ·
pub fn run_shell_command(shell_command: &str) -> ResultWithLibError<()>
Expand description

Run one shell command

Exit task execution if the command has Exit Status != 0. TODO: vulnerable to command injection