I want to run a process right after pb run , I mean after pb running I want the shell commands to be passed to remote box, not sure how to do it.
Step 1) I logon to jump box step 2) get access to dev node after doing pb run on jump box step 3) run my shell commands
all the above steps are in one shell script but after doing pb run the shell doesn't execute child steps it just exists.
how do I pass shell commands to child linux box ?
pbrun -h linuxbox su - bhaluser
Thanks Sri