]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/urlPageGrab/grabPages
3 # run urlPageGrab on a list of sites known to have images at their root page, and
4 # also to work with URLSimpleDownload with SSL. Arguments to this
5 # script are passed on to urlPageGrab unmodified.
11 set thisArg
= "$argv[1]"
12 if ( $thisArg == "s" ) then
15 set ARG_LIST
= "$ARG_LIST $thisArg"
18 echo Starting grabPages\
; args
: $ARG_LIST
20 # sites which fail when SSL is NOT specified
30 if ($SSL == "YES") then
31 set ALL_SITES
= "$SSL_SITES $NORM_SITES"
33 set ALL_SITES
= "$NORM_SITES"
36 foreach site
($ALL_SITES);
37 urlPageGrab
$site / $ARG_LIST;