shithub: h264bsd

ref: b60f5cc63ee8e58d04c50a337ddb777ef05486d5
dir: /test/Rakefile/

View raw version

desc "Download raw test data"
task :download_raw do
    (5208..5280).each do |filenum|
        url = "http://media.xiph.org/BBB/BBB-360-png/big_buck_bunny_0#{filenum}.png"
        puts "Grabbing #{url}"
        system("curl -O #{url}")
    end
end