pysphere
pysphere copied to clipboard
vm.start_process shows only PID
Hello
I am using vm.start_process('/bin/sh' args=["-c some commands"])
And it returns me a PID instead of the output
How can I see the output?