cloudmesh-common.cloudmesh.common.run.subprocess

Module Contents

Functions

run(command, shell=True)

runs the command and returns the output in utf-8 format

cloudmesh-common.cloudmesh.common.run.subprocess.run(command, shell=True)

runs the command and returns the output in utf-8 format

Parameters
  • command

  • shell

Returns