I have following requirements for a project initial setup
- need to login to remote server using
ssh <servername>
- need to change default group using
newgrp <grpname>
- need to set the clearcase view using
cleartool setview <viewname>
- change dir to clearcase vobs using
cd /vobs/proj/dita
I am trying to write a script which I source when I open a new terminal which does all the above and give me the terminal with required setup.
Now the problem is, 3 out of 4 above commands create a new shell.
Can you help me to achieve this?