Sha256: 3c5112675cb361b7148ff3748306489ceb5c23f61a980159e1ac65b9ef49f027
Contents?: true
Size: 140 Bytes
Versions: 1
Compression:
Stored size: 140 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true (1..40).map do |i| system("wget -O file_#{i}.html http://hackaday.com/page/#{i}/") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docparser-0.3.0 | test/support/hackaday/dl.rb |