11 lines
221 B
AppleScript
11 lines
221 B
AppleScript
property startup_script : "~/.config/bin/work.init.sh"
|
|
|
|
tell application "iTerm2"
|
|
set W to create window with default profile
|
|
|
|
set S to current session of W
|
|
tell S
|
|
write text startup_script
|
|
end tell
|
|
end tell
|