Description
run a subprocess, combining stdout and stderr.
Description
Execute a command, redirect stderr into stdout, and return the combined result (optionally, with a timeout). Irritatingly difficult to do using the "process" library.
README.md
hs-plex
Execute a command, redirect stderr into stdout, and return the combined result (optionally, with a timeout). Irritatingly difficult to do using the "process" library.
portability
POSIX systems only.
stability
Probably bug-ridden. Will fix things as I find them.