This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: UTF-8 | |
begin | |
require "mechanize" | |
rescue LoadError => e | |
p e; abort "please run \"gem install mechanize\"" | |
end | |
download_path = File.expand_path(File.join(File.dirname(__FILE__), "destroy_all_software")) | |
Dir.mkdir download_path unless Dir.exists? download_path |