This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The list of commands to run in each tab of the terminal window | |
set cmdList to {"ssh [email protected]", "ssh [email protected]"} | |
# You can append to the list just to break up really long lines | |
# set cmdList to cmdList & {"ssh [email protected]"} | |
tell application "iTerm2" | |
# Not sure how to create an "empty" window so for the window we pick the | |
# first command in the list |