10 Aug
2012
10 Aug
'12
1:19 a.m.
David Fox <dsf@seereason.com> writes:
Attached is a module containing ByteString analogs of two functions from System.Process: readProcess and readProcessWithExitCode. I use these a lot and would love to see them incorporated into a standard library, though I'm not sure which one.
I agree. I wrote my own version of readProcessWithExitCode a while back as well. John