pyacs.lib.syscmd.run_command_verbose

pyacs.lib.syscmd.run_command_verbose(command)[source]

Run a command and stream stdout line by line.

Parameters:

command (str) – Shell command string.

Returns:

Return code of the process.

Return type:

int