c-cube / frog-utils

[frozen] Scheduling and running jobs on a shared computer, then analyse their output
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

forward subprocess' input to stdout #4

Closed c-cube closed 9 years ago

c-cube commented 9 years ago

When a long-running command is join-locke'd, and prints its progress step by step, it would be nice to display its output at the same time rather than at the end.

We still need to keep the whole output for other purpose (for instance to send it into a mail). Use Lwt_io.read_lines?