-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudplat-live-m.scpt
executable file
·32 lines (32 loc) · 1.1 KB
/
cloudplat-live-m.scpt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
tell application "iTerm"
tell current window
create tab with default profile
end tell
tell current session of current window
split vertically with default profile
split horizontally with default profile
end tell
tell first session of current tab of current window
set name to "cloud-platform live monitoring - 1"
write text "scc -p live"
write text "clear"
end tell
tell second session of current tab of current window
set name to "cloud-platform live monitoring - 2"
write text "scc -p live"
write text "clear"
end tell
tell third session of current tab of current window
split horizontally with default profile
end tell
tell third session of current tab of current window
set name to "cloud-platform live monitoring - 3"
write text "scc -p live"
write text "clear"
end tell
tell fourth session of current tab of current window
set name to "cloud-platform live monitoring - 4"
write text "scc -p live"
write text "clear"
end tell
end tell