Skip to content

Instantly share code, notes, and snippets.

@alco
Created June 21, 2014 14:59
Show Gist options
  • Save alco/7874a64d1f91eb238a2c to your computer and use it in GitHub Desktop.
Save alco/7874a64d1f91eb238a2c to your computer and use it in GitHub Desktop.
Porcelain.spawn("sort", [], in: IO.stream(:stdio, :line), out: IO.stream(:stdio, :line))
# or
%Porcelain.Process{out: outstream} = Porcelain.spawn("sort", [], in: IO.stream(:stdio, :line), out: :stream)
# read from outstream here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment