Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
execute "install-jruby" do command %Q{ curl http://dist.codehaus.org/jruby/jruby-src-1.1.6RC1.tar.gz -O && tar xvzf jruby-src-1.1.6RC1.tar.gz && pushd jruby-1.1.6RC1 && ant && popd && mv jruby-1.1.6RC1 /usr/jruby && rm jruby-src-1.1.6RC1.tar.gz } not_if { File.directory?('/usr/jruby') } end
This paste will be private.
From the Design Piracy series on my blog: