#!/usr/bin/env node require('groc').CLI(process.argv.slice(2), function(error) { if (error) { process.exit(1) } })