Version 1
[yaffs-website] / node_modules / coffee-script / bin / coffee
diff --git a/node_modules/coffee-script/bin/coffee b/node_modules/coffee-script/bin/coffee
new file mode 100755 (executable)
index 0000000..3d1d71c
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/env node
+
+var path = require('path');
+var fs   = require('fs');
+var lib  = path.join(path.dirname(fs.realpathSync(__filename)), '../lib');
+
+require(lib + '/coffee-script/command').run();