Advertisement
Guest User

fatcat

a guest
Jun 2nd, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. #!/bin/bash
  2. curl -o ~/Pictures/fatcat.jpg 'https://glaminlalaland.files.wordpress.com/2012/11/fattest-cat1.jpg'
  3.  
  4. osascript -e "tell application \"System Events\"
  5.    set desktopCount to count of desktops
  6.    repeat with desktopNumber from 1 to desktopCount
  7.        tell desktop desktopNumber
  8.            set picture to \"/Users/$USER/Pictures/fatcat.jpg\"
  9.        end tell
  10.    end repeat
  11. end tell"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement