On Wed, 5 Sep 2001, Timeboy wrote:
>
> Hi!
>
> I like to write a litte shell script that first makes a connection to my ISP
> and then runs fetchmail. This is no problem for me. But cause it takes some
> seconds till the connection to ISP is done, the script needs to wait for 5 or
> 10 seconds b
On Wed, Sep 05, 2001 at 06:09:05PM +0200, Timeboy wrote:
>
> Hi!
>
> I like to write a litte shell script that first makes a connection to my ISP
> and then runs fetchmail. This is no problem for me. But cause it takes some
> seconds till the connection to ISP is done, the script needs to wait fo
>
> Hi!
>
> I like to write a litte shell script that first makes a
> connection to my ISP and then runs fetchmail. This is no
> problem for me. But cause it takes some seconds till the
> connection to ISP is done, the script needs to wait for 5 or
> 10 seconds bevore it runs fetchmail. How can
On Wed, Sep 05, 2001 at 06:09:05PM +0200, Timeboy wrote:
> I like to write a litte shell script that first makes a connection to my ISP
> and then runs fetchmail. This is no problem for me. But cause it takes some
> seconds till the connection to ISP is done, the script needs to wait for 5 or
> 10
On Wed, Sep 05, 2001 at 06:09:05PM +0200, Timeboy wrote:
>
> Hi!
>
> I like to write a litte shell script that first makes a connection to my ISP
> and then runs fetchmail. This is no problem for me. But cause it takes some
> seconds till the connection to ISP is done, the script needs to wait fo
On Wed, Sep 05, 2001 at 06:09:05PM +0200, Timeboy wrote:
|
| Hi!
|
| I like to write a litte shell script that first makes a connection to my ISP
| and then runs fetchmail. This is no problem for me. But cause it takes some
| seconds till the connection to ISP is done, the script needs to wait fo
You might try something like this:
( sleep 15 ; exec fetchmail ) &
On Wed, Sep 05, 2001 at 06:09:05PM +0200, Timeboy wrote:
>
> Hi!
>
> I like to write a litte shell script that first makes a connection to my ISP
> and then runs fetchmail. This is no problem for me. But cause it takes some
7 matches
Mail list logo