5 #CURL_ARGS=--get --location --connect-timeout "$CURL_TIMEOUT" --max-time "$CURL_TIMEOUT" --compressed --stderr curl.debug;
7 # $cmd = "$curl --url \"$url\" $args";
11 if [[ $
( "$CURL_PATH" "--url" "$1" --get --location --connect-timeout "$CURL_TIMEOUT" --max-time "$CURL_TIMEOUT" --compressed --stderr curl.debug
) =~ \
(http
:\
/\
/[_a-zA-Z0-9\.\
-]+\.
[a-zA-Z
]{2,4}\
/{1}[-_~\
&=\ ?\.a-z0-9\
/]*\
) ]]; then
12 for i
in $
( seq 0 $
[ ${#BASH_REMATCH}-1 ] ); do
14 if [ "${BASH_REMATCH[i]}" != "" ]; then
15 echo "${BASH_REMATCH[i]}";
21 grab_urls http
://www.abclinuxu.cz
/
This page took 1.135906 seconds and 4 git commands to generate.