UNPKG

165 BJavaScriptView Raw
1#!/usr/bin/env node
2
3require('coffee-script/register');
4var Command = require('./command-set-build.coffee');
5var command = new Command(process.argv);
6command.run();