Guest User

Untitled

a guest
Mar 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. on run {input, parameters}
  2. tell application "iTerm"
  3. activate
  4. tell current window
  5. create tab with default profile
  6. tell current session
  7. write text ("cat " & quote & POSIX path of input & quote & ";")
  8. end tell
  9. end tell
  10. end tell
  11. end run
Add Comment
Please, Sign In to add comment