mirror of
https://github.com/thegeeklab/retry.git
synced 2024-11-24 12:20:39 +00:00
8 lines
123 B
Ruby
Executable File
8 lines
123 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'rubygems'
|
|
|
|
require File.expand_path("../../lib/retryit.rb", __FILE__)
|
|
|
|
RetryIt.new.run(ARGV)
|