Closed ghost closed 6 years ago
And mail
is working. I've got a bash script that does an echo "something" | mail
and the mail goes through fine.
@jinspo - looks like there was an issue with inputs not having their EOF passed thru in some cases. I pushed out v0.17.0 just now -- I can get mail
now to work per your example with it. Can you give it a try?
Forgot to also mention Streamables.input() now supports text as a form of input too.
@jjlauer Works like a champ! Thanks for the quick turnaround! Now I can get rid of my bridge Bash scripts that do nothing but mail 😄
Perfect.
I'm trying to emulate this...
And here is what I've tried so far...
And
And both hang. If I hit
CTRL+C
, I get(Interrupt -- one more to kill letter)
. And this is whatmail
outputs when there is nothing coming in onstdin
. So how do I pipe text to a process?