Open iTerm New Tab From Command LineiTermThu Feb 23 2023I created a bash script to open a new tab in iTerm from the command line so I can open iTerm in other terminal simulators. bashWrap|Copy#!/usr/bin/env bash open -a iterm &*