mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
Ported onos-iterm-* commands to work with the v3.* of iTerm2.
Change-Id: I7a889fb67f56d6958c47a1bd3841b96b9b4b2141
This commit is contained in:
parent
dec159a889
commit
f3e12d02f4
@ -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\"
|
||||
|
@ -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\"
|
||||
|
Loading…
x
Reference in New Issue
Block a user