pub fn run_shell_commands(shell_commands: Vec<&str>)
Expand description

run shell commands from a vector of strings. Stops task execution if oe of the commands has Exit Status != 0