argos83 / pysphere

Automatically exported from code.google.com/p/pysphere
88 stars 76 forks source link

vm.start_process shows only PID #73

Open Alirezaies opened 7 years ago

Alirezaies commented 7 years ago

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?