charlie5 / aShell

A component to aid in writing shell-like applications in Ada.
Other
13 stars 1 forks source link

Fixing pipes, when starting a child process. #1

Closed sparre closed 7 years ago

sparre commented 7 years ago

Without this, the pipe doesn't close, when the child process is done. - This means that you can't see, when there's no more output.