Sha256: 515a7f89d6dc1a92a3bd43376edf5745a419cfca91d33bd3822de315f8ddfe59

Contents?: true

Size: 109 Bytes

Versions: 9

Compression:

Stored size: 109 Bytes

Contents

#!/usr/bin/env ruby
(1..40).map do |i|
  system("wget -O file_#{i}.html http://hackaday.com/page/#{i}/")
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
docparser-0.2.3 test/support/hackaday/dl.rb
docparser-0.2.2 test/support/hackaday/dl.rb
docparser-0.2.0 test/support/hackaday/dl.rb
docparser-0.1.6 test/support/hackaday/dl.rb
docparser-0.1.4 test/support/hackaday/dl.rb
docparser-0.1.3 test/support/hackaday/dl.rb
docparser-0.1.2 test/support/hackaday/dl.rb
docparser-0.1.1 test/support/hackaday/dl.rb
docparser-0.1.0 test/support/hackaday/dl.rb