Guest User

Untitled

a guest
Jul 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/bin/bash
  2. while true ; do
  3. osascript <<EOF
  4. tell application "System Events"
  5. tell every desktop
  6. set picture to "/Users/bill/Desktop/bckg_changer/ARM_1885.jpg"
  7. end tell
  8. end tell
  9. EOF
  10. done
  11.  
  12. Bills-iMac-4:test bill$ ./test.sh
  13. ./test.sh: line 11: syntax error: unexpected end of file
Add Comment
Please, Sign In to add comment