#!/usr/bin/ruby

begin
  require 'git/flock'
rescue LoadError
  require 'rubygems'
  require 'git/flock'
end

Git::Flock.execute

