hub/bin/hub

8 строки
88 B
Ruby
Executable File

#!/usr/bin/env ruby
# hub(1)
# alias git=hub
require 'hub'
Hub::Runner.execute(*ARGV)