ewoksmx.shell_utils.execute_local.execute_bash_commands#
- ewoksmx.shell_utils.execute_local.execute_bash_commands(shell_commands, working_directory, stdout=True, stderr=True, stdmerge=True, name='run')[source]#
Execute bash shell commands and capture output in files.
- Parameters:
shell_commands (
List[str])working_directory (
Union[str,Path])stdout (
bool)stderr (
bool)stdmerge (
bool)name (
str)
- Return type: