Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
#!/usr/bin/ruby %x{/usr/bin/touch /tmp/7777} puts "executed ok" puts "now doing with timeout" require 'timeout' status = Timeout::timeout(5) { %x{/usr/bin/touch /tmp/7777} }
This paste will be private.
From the Design Piracy series on my blog: