Sha256: e3bc4b9c99e192471b9fc83a615029db1edb4c0e9ad4282db0dbd9c72a2904bf

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

#!/usr/bin/env ruby
require 'update_repo'

# Catch ctrl-c and abort gracefully without Ruby back trace...
Signal.trap('INT') {
  print "\r  -> ".red, "Aborting on user request.\n\n"
  exit
}

# create a new instance of the class...
walk_repo = UpdateRepo::WalkRepo.new
# then start the process...
walk_repo.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
update_repo-0.4.1 exe/update_repo