#! /usr/bin/env coffee

path = require 'path'
App = require path.join __dirname, '../src/git-object'
new App().run()
