Pokemon-Terminal/Scripts/background.scpt
LazoCoder 38b093776e Fixed formatting for '?' command
Added zeroes so “7 Charizard” becomes “007 Charizard”. This keeps
consistency with all the other commands.
2017-04-27 17:28:26 -04:00

5 lines
No EOL
183 B
AppleScript

tell application "iTerm"
tell current session of current window
set background image to "/Users/Laki/GitHub/Pokemon-Terminal/Images/Generation I - Kanto/006.png"
end tell
end tell