aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
886 stars 123 forks source link

Close stdin/out/err before forking. #12

Closed tornewuff closed 11 years ago

tornewuff commented 11 years ago

This ensures that if the parent shell exits, the tty can be closed (e.g. when running in screen the window will close automatically instead of waiting for all forked rmate processes to exit).

aurora commented 11 years ago

Cool ... thanks!