Skip to content

Commit

Permalink
If download directory doesn't exist, make it
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzion24 committed Aug 2, 2014
1 parent fd1ac02 commit 1ee7c48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_script.rb
@@ -1,4 +1,6 @@
require 'rubygems'
require 'fileutils'
require File.join(File.dirname(__FILE__), "apkcrawler")

ApkCrawler.new.crawl
FileUtils::mkdir_p 'downloads'
ApkCrawler.new.crawl

0 comments on commit 1ee7c48

Please sign in to comment.