5 lines
139 B
Ruby
Executable File
5 lines
139 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
$:.unshift(File.dirname(__FILE__) + "/../../lib")
|
|
VERSION="0.0.2" # just to test it
|
|
require 'git-style-binary/command'
|