shell_stream v0.0.1 ShellStream.PortHandler

Summary

Functions

Executes a shell command and sends each line as it is produced to the receiver process. The call blocks until the command is finished

Functions

run(command, receiver)

Specs

run(binary, pid) :: atom

Executes a shell command and sends each line as it is produced to the receiver process. The call blocks until the command is finished.