0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-11-24 12:20:39 +00:00
retry/bin/retry
2015-03-26 14:50:34 -04:00

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)