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
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
>
> 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
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
4 matches
Mail list logo