/ Published in: Ruby
Expand |
Embed | Plain Text
task :get, [:url] do |t, args| system %{wget #{args.url}} end
You need to login to post a comment.
noah on 02/08/10
wrapper ruby commandline system parameters utilities arguments backticks Rakefile
task :get, [:url] do |t, args| system %{wget #{args.url}} end
You need to login to post a comment.