vagrant/bin/vagrant

16 lines
263 B
Ruby
Executable File

#!/usr/bin/env ruby
begin
require File.expand_path('../../.bundle/environment', __FILE__)
rescue LoadError
# Fallback on rubygems
require "rubygems"
end
require 'git-style-binary/command'
GitStyleBinary.primary do
version "0.2.0"
run { educate }
end