Skip to content

Instantly share code, notes, and snippets.

@trekr5
Created November 7, 2014 05:00
Show Gist options
  • Save trekr5/e55e9d35331e5b5552e8 to your computer and use it in GitHub Desktop.
Save trekr5/e55e9d35331e5b5552e8 to your computer and use it in GitHub Desktop.
more code
if File.exist?("test_helper.rb")
p "file exists"
elsif
# no file found
system "curl -o mastering-vim pdf 'http://www.cyberciti.biz/files/mastering-vi-vim.pdf"
p "file downloaded"
#File.delete("mastering-vim.pdf")
else
raise "build cancelled"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment