#! /usr/bin/env coffee

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