react / wstein / node_modules / jest-cli / node_modules / jasmine-only / node_modules / coffee-script / bin / coffee
84494 views#!/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();