UNPKG

345 BJavaScriptView Raw
1// Generated by CoffeeScript 1.6.2
2(function() {
3 var coffee, fs, lib, path, _ref;
4
5 coffee = require("coffee-script");
6
7 path = require("path");
8
9 fs = require("fs");
10
11 lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib");
12
13 (_ref = require("" + lib + "/dispatcher.coffee")).run.apply(_ref, process.argv);
14
15}).call(this);