child-process-close

Make child_process objects emit 'close' events in node v0.6 like they do in v0.8. This makes it easier to write code that works correctly on both version of node.

executely

Wrapper script around child_process execFile and spawn to make it more convenient to run bash commands from a node.js script.