@ -83,8 +83,11 @@ compare = (a, b) ->
downloadFile = (url, path, force) ->
if options.f or force
wget("-fq", url, path)
return true
else
wget("-q", url, path)
return false
readFromFile = (path) ->
if not fs.exists(fs.path(path))