Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
#!/bin/bash BASE=$(dirname $0) for i in $(seq 11 20); do p="puppet-0.$i.0" wget -c http://reductivelabs.com/downloads/puppet/$p.tgz; # unpack tar zxf $p.tgz # gendoc RUBYLIB=$BASE/$p/lib ./$p/bin/puppetdoc | rst2html > $p.types.html done
This paste will be private.
From the Design Piracy series on my blog: