subprocess.h icon indicating copy to clipboard operation
subprocess.h copied to clipboard

"echo" -> "/bin/echo"

Open Verdagon opened this issue 3 years ago • 0 comments

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.

Verdagon avatar May 06 '21 15:05 Verdagon