Pokemon-Terminal/Scripts/background.scpt

5 lines
No EOL
182 B
AppleScript

tell application "iTerm"
tell current session of current window
set background image to "/Users/bmagee/Pokemon-Terminal/./Images/Generation III - Hoenn/266.png"
end tell
end tell