Version 1
[yaffs-website] / node_modules / coffee-script / bin / coffee
1 #!/usr/bin/env node
2
3 var path = require('path');
4 var fs   = require('fs');
5 var lib  = path.join(path.dirname(fs.realpathSync(__filename)), '../lib');
6
7 require(lib + '/coffee-script/command').run();