1
0
Fork 0
env/.local/bin/open-iterm

10 lines
187 B
AppleScript
Executable File

#!/usr/bin/osascript
if application "iTerm2" is running then
tell application "iTerm2"
create window with default profile
end tell
else
tell application "iTerm2" to activate
end if