Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2. osascript <<'END' 2>&1 >/dev/null
  3. tell application "iTerm2"
  4. set windowId to (unique id of current session of current window)
  5. create window with profile "opterm" command "bash -l /Users/geoff/bin/opterm " & windowId
  6. end tell
  7. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement