/bin/cake

http://github.com/jashkenas/coffee-script · #! · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 18562d6ca2cb8df5c1a6e07d35ded6f8 MD5 · raw file

  1. #!/usr/bin/env node
  2. var path = require('path');
  3. var fs = require('fs');
  4. var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib');
  5. require(lib + '/coffee-script/cake').run();