zoom.services module

zoom.services

background services

zoom.services.run(command, returncode=False, location=None)

Run a shell command and return the response as a string

>>> run("echo testing")
'testing\n'
>>> run("echo testing", location="/")
'testing\n'