I think the proper way to do this would have been to extend `ShellTask` with a `stdin` kwarg, but I ...
m
I think the proper way to do this would have been to extend
ShellTask
with a
stdin
kwarg, but I lost the battle against
Popen
. My version uses the (IMHO) much nicer
subprocess.run()