#!./node_modules/.bin/coffee

Binary = require('../lib/binary')

binary = new Binary(process)
binary.run -> process.exit(binary.status)
