UNPKG

201 Btext/coffeescriptView Raw
1coffee = require "coffee-script"
2path = require "path"
3fs = require "fs"
4lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib")
5
6require("#{lib}/dispatcher.coffee").run process.argv...
\No newline at end of file