how to open a new terminal from shell script code example
Example 1: how to execute a bash script in terminal
$ chmod +x fileName
$ ./fileName
Example 2: how to open a new terminal
Ctrl+Shift+T)how to open a new terminal
$ chmod +x fileName
$ ./fileName
Ctrl+Shift+T)how to open a new terminal