This seems to fix some of the bugs reported by issues like #114 and #190.
Seems that the standard library's os/exec package has some black magic to
detect if a writer is an actual *os.File, and some stuff are handled
differently, then.
Fixes#114Fixes#190