Re: V. basic script question

1999-06-21 Thread Ben Collins
orks alright but I'd like to know when everything is over > ~> > with a message echoed on screen... how do I go about that?Re: V. > basic script question > ~> > ~> I don't know exactly what you mean by `echo on the screen'. The most > ~> basic thi

Re: V. basic script question

1999-06-21 Thread J Horacio MG
gt; > /usr/bin/fetchmail -f /etc/fetchmailrc -a -u a4608456 ~> > ~> > /usr/sbin/sendmail -q ~> > - end script - ~> > ~> > now, this works alright but I'd like to know when everything is over ~> > with a message echoed on screen... how do I go abo

Re: V. basic script question

1999-06-21 Thread E.L. Meijer \(Eric\)
> > I'm on a dial on demand connection and I have this script in > /etc/ppp/ip-up.d/ for having the mail fetched from my ISP everytime I > make a connection, and then sent locally: > > - start script - > #!/bin/sh > > /usr/bin/fetchmail -f /etc/fetchmailrc -a -u a4608456 > > /usr/sbin/s

V. basic script question

1999-06-20 Thread J Horacio MG
I'm on a dial on demand connection and I have this script in /etc/ppp/ip-up.d/ for having the mail fetched from my ISP everytime I make a connection, and then sent locally: - start script - #!/bin/sh /usr/bin/fetchmail -f /etc/fetchmailrc -a -u a4608456 /usr/sbin/sendmail -q - end sc