ruby

Getting a file

ruby -e 'require "net/http"; File.write("try2.txt", Net::HTTP.get(URI.parse("http://10.10.15.2:8000/try.txt")))'

Last updated