Improve the file redirection API. Something like: ``` python import spm l = spm.run('ls') l.stdout = spm.stdout l.wait() # Write output to console ```