Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
up () { local TMP=`mktemp /tmp/aunpack.XXXXXXXXXX`; atool -x -q --save-outdir="$TMP" "$@"; local DIR="`cat $TMP`"; [ "$DIR" != "" -a -d "$DIR" ] && cd "$DIR"; /bin/rm "$TMP" }
This paste will be private.
From the Design Piracy series on my blog: