|
def execute_command_output_all(cmd_str, max_time = 3):
|
|
def execute_command_output_all(cmd_str, max_time = 3):
|
|
process = subprocess.run(cmd_str, shell=True, stdout=subprocess.PIPE, universal_newlines=True)
|
|
process = subprocess.run(cmd_str, shell=True, stdout=subprocess.PIPE, universal_newlines=True)
|