Resize App Windows With AppleScript
osascript -e 'tell application "iTerm2"
set the bounds of the first window to {50, 50, 1280, 720}
end tell'Last updated
osascript -e 'tell application "iTerm2"
set the bounds of the first window to {50, 50, 1280, 720}
end tell'Last updated