m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Remove commented-out code in 3.0 version of Applescript.

Alan MacDougall
2016-06-13 10:30:01 -04:00
parent 51e99ef9f4
commit eb16bb9224

@@ -94,7 +94,6 @@ osascript -e \
tell application "iTerm2" tell application "iTerm2"
set myterm to (create window with default profile) set myterm to (create window with default profile)
tell current session of first window tell current session of first window
-- exec command "bash"
write text "cd " & quoted form of (item 2 of argv) write text "cd " & quoted form of (item 2 of argv)
write text (item 1 of argv) & " && exit" write text (item 1 of argv) & " && exit"
end tell end tell