lmacken / pyrasite

Inject code into running Python processes
http://pyrasite.com
GNU General Public License v3.0
2.8k stars 219 forks source link

Local term output #53

Closed dustymabe closed 9 years ago

dustymabe commented 9 years ago

As discussed in IRC it would be desirable to have output from the injected python commands to be piped back and printed out on the local terminal. This commit is an attempt at adding that functionality into the pyrasite executable (main.py).

lmacken commented 9 years ago

Looks good to me. Thanks for the patch!