function getpage { echo $1 curl -O "http://www.example.com/$1" -b cookie.txt -s }
问题是如果网站超时然后该页面将被跳过,我需要它重新尝试,如果它超时(我也将放入60秒的超时).
我该怎么做呢?