diff options
Diffstat (limited to 'sh/cgm')
-rwxr-xr-x | sh/cgm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ mkdir "$dir" for month in $(curl -L "$url" \ | awk -F'"' '/href="[0-9]{4,4}(-[[:alnum:]]+)?\.txt(\.gz)?">\[/{print $2}'); do { - curl -s -L -o "$dir/$month" "$url/$month" + curl -sS -L -o "$dir/$month" "$url/$month" echo "Fetched $month..." if [ "${month##*.}" = gz ]; then gunzip "$dir/$month" |