Further reading:
zoom.services
background services
zoom.services.
run
Run a shell command and return the response as a string
>>> run("echo testing") 'testing\n'
>>> run("echo testing", location="/") 'testing\n'