Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created September 22, 2009 02:15
Show Gist options
  • Select an option

  • Save brandon-beacher/190737 to your computer and use it in GitHub Desktop.

Select an option

Save brandon-beacher/190737 to your computer and use it in GitHub Desktop.
function reload() {
var child = node.createChildProcess("node df.js");
child.addListener('exit', function(code) {
reload();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment