Sha256: f8cb82c2bb2cd5dbd444c53847c28e57f8333d59e31a8de5511aa20918173f49
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' $:.unshift(File.expand_path(File.dirname(File.dirname(__FILE__) + "/../lib/hudson.rb"))) require File.expand_path(File.dirname(__FILE__) + '/../lib/hudson') require 'hudson/cli' begin Hudson::CLI.start rescue Errno::ECONNREFUSED, Errno::EAFNOSUPPORT Hudson::CLI.new.shell.say "No connection available to server.", :red end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hudson-0.3.0.beta.13 | bin/hudson |