Report abuse


			
#!/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/\?.*//`