/bin/cake
http://github.com/jashkenas/coffee-script · #! · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 18562d6ca2cb8df5c1a6e07d35ded6f8 MD5 · raw file
- #!/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/cake').run();