How to write Bash scribt to open two different terminals
- by Ahmed Zain El Dein
How to write Bash script to open two different taped terminal ,and write in both of them commands separately to be executed unrelationally
for instance :
Terminal number one open skype
terminal number two open
in the end , i want one more thing , can i write in the bash script my skype username and password to put them in skype when open it in terminal one automatically then login too
Thanks