acatton / python-spm

:muscle: Simple and secure sub processes manager
https://python-spm.readthedocs.org/en/latest/
MIT License
10 stars 3 forks source link

File redirections #2

Closed gavinwahl closed 9 years ago

gavinwahl commented 9 years ago

I want to be able to do proc >> open('foo', 'w'), proc > open('foo', 'w'), and proc < open('foo', 'r')

acatton commented 9 years ago

Please see #3 .