Guest User

Untitled

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