ability to build executables

This commit is contained in:
Craig Condon
2011-11-26 17:00:12 -06:00
parent 6f0534f433
commit 9b82355175
332 changed files with 27757 additions and 2 deletions
Generated Vendored Executable
+11
View File
@@ -0,0 +1,11 @@
var celeri = require('../lib');
celeri.exec('ls', ['-help'], {
exit: function()
{
console.log("DONE");
}
});
celeri.open();