Sha256: abaa5048c645ddc3258d37300585b5ff886c4e2386880d05ec4cf10e412ce602
Contents?: true
Size: 316 Bytes
Versions: 29
Compression:
Stored size: 316 Bytes
Contents
#!/usr/bin/env ruby require 'update_repo' # Catch ctrl-c and abort gracefully without Ruby back trace... Signal.trap('INT') do print "\r -> ".red, "Aborting on user request.\n\n" exit end # create a new instance of the class... walk_repo = UpdateRepo::WalkRepo.new # then start the process... walk_repo.start
Version data entries
29 entries across 29 versions & 1 rubygems