dotfiles/AutoLaunch.scpt
2024-11-25 13:21:26 +05:30

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