Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Launch IM apps after network connection is established' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Launch IM apps after network connection is established
Authored by: karkle on Aug 12, '04 11:09:44AM

It looks like you are using curl to test if the network is alive. what I would recommend then is to use the -I option which only does a header fetch. It'll be faster since it doesn't have to download the whole page.

Checkout man curl for more info.

[ Reply to This | # ]