This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {input, parameters} | |
-- handle opening multiple files | |
set str to "" | |
repeat with i from 1 to length of input | |
set cur to item i of input | |
set str to str & " " & quote & POSIX path of cur & quote | |
end repeat | |
tell application "iTerm" | |
create window with profile "fast" -- use a profile with a lighter shell |