Estoy jugando con bash por primera vez y tratando de conseguir algo simple para trabajar. #!/bin/bash while true ; do osascript <<EOF tell application "System Events" tell every desktop set picture to "/Users/bill/Desktop/bckg_changer/ARM_1885.jpg" end tell end tell EOF done...