subprocess.h
subprocess.h copied to clipboard
"echo" -> "/bin/echo"
The reading stdout example in the README didn't work for us; stdout was just empty.
However, when we used "/bin/echo" instead of "echo" for the command, it worked!
I imagine changing the example from echo to /bin/echo would make it not work on windows though, so I'm not sure the wisest course here.