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.
#!/usr/bin/env bash
open -a iterm &*
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.
#!/usr/bin/env bash
open -a iterm &*