Ported onos-iterm-* commands to work with the v3.* of iTerm2.

Change-Id: I7a889fb67f56d6958c47a1bd3841b96b9b4b2141
This commit is contained in:
Thomas Vachuska 2017-01-09 15:46:18 -08:00 committed by Simon Hunt
parent dec159a889
commit f3e12d02f4
2 changed files with 6 additions and 6 deletions

View File

@ -12,13 +12,13 @@ tell application \"iTerm\"
set cellName to \"$cellName\"
set paneCount to $nodeCount
set theTerm to (make new terminal)
set theTerm to (create window with default profile)
tell theTerm
set number of columns to 292
set number of rows to 24
launch session \"Default\"
tell the current session
set columns to 256
set rows to 24
set name to \"ONOS Shell 1\"
write text \"cell \" & cellName
write text \"oi 1 && clear && echo Node \$OCI\"

View File

@ -12,13 +12,13 @@ tell application \"iTerm\"
set cellName to \"$cellName\"
set paneCount to $nodeCount
set theTerm to (make new terminal)
set theTerm to (create window with default profile)
tell theTerm
set number of columns to 292
set number of rows to 64
launch session \"Default\"
tell the current session
set columns to 256
set rows to 64
set name to \"ONOS Log 1\"
write text \"cell \" & cellName
write text \"oi 1 && clear && echo Node \$OCI && ol\"