1 2 3 4 5 6 7 8 9
#!/usr/bin/env ruby ARGV[0].to_i.times { start = Time.now `#{ARGV[1]} #{ARGV[2]}` puts Time.now-start }