[ILUG] Running command after login.
Gavin McCullagh
gavin at fiachra.ucd.ie
Thu Sep 27 12:04:45 IST 2001
On Thu, 27 Sep 2001, Liam Bedford wrote:
> On Thu, Sep 27, 2001 at 11:53:24AM +0100, Aherne Peter-pahern02 came forth with:
> > Hi,
> >
> > case 2
> > login to server2; run this2
> > etc....
> >
> any possibility of having a script like:
>
> #!/bin/sh
> command1
> command2
> exec bash -i --login
I would've expected from the things said above we'd need:
if (`uname -n` == "server1")
command1
else
command2
fi
Perhaps I have the wrong end of the stick here?
Gavin
More information about the ILUG
mailing list