Skip to content

Instantly share code, notes, and snippets.

@djpate
Created April 6, 2012 05:57
Show Gist options
  • Save djpate/2317452 to your computer and use it in GitHub Desktop.
Save djpate/2317452 to your computer and use it in GitHub Desktop.
#!env ruby
require 'broach'
require 'yaml'
require_relative 'src/client.rb'
require_relative 'src/github.rb'
begin
client = Client.new
client.handle_arguments()
rescue Exception => error
puts "Something went wrong\n #{error.message}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment