summaryrefslogtreecommitdiff
path: root/src/compiler/GF/System/Process.hs
AgeCommit message (Collapse)Author
2013-11-19GF shell: improved system_pipe (aka "?") commandhallgren
1. No temporary files are created. 2. The output of a system command is read lazily, making it feasible to process large or even infinite output, e.g. the following works as expected: ? "yes" | ? "head -5" | ps -lextext