Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
#!/bin/bash cat /private/var/root/Library/Safari/SuspendState.plist | sed 's/\(.*http.*jpg\).*/\1/' > file cat file | sed -e s/bp.*// > file2 cat file2 | sed -e s/.*Title_..// > file3 cat file3 | grep http > file4 curl `cat file4` > ~/Library/LockBackground.jpg sleep 2 kill -9 `ps x | grep SpringBoard | grep -v grep | sed -e s/\?.*//`
This paste will be private.
From the Design Piracy series on my blog: