1
0
Fork 0
env/.local/bin/iterm_open

10 lines
184 B
AppleScript
Executable File

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