Skip to content

Commit

Permalink
Run commands in current iTerm tab
Browse files Browse the repository at this point in the history
iTerm runner was using the last tab, rather that the current tab.
  • Loading branch information
Greg Lazarev committed May 22, 2015
1 parent d9095ad commit 2cf8c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/os_x_iterm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on run argv
activate

tell _terminal
tell the last session
tell the current session
write text (item 1 of argv)
end tell
end tell
Expand Down

0 comments on commit 2cf8c50

Please sign in to comment.