Open iTerm New Tab From Command Line

Thu Feb 23 2023

I created a bash script to open a new tab in iTerm from the command line so I can open iTerm in other terminal simulators.

bash
|
#!/usr/bin/env bash open -a iterm &*