summaryrefslogtreecommitdiff
path: root/sh/cgm
diff options
context:
space:
mode:
Diffstat (limited to 'sh/cgm')
-rwxr-xr-xsh/cgm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/cgm b/sh/cgm
index 039a007..6342393 100755
--- a/sh/cgm
+++ b/sh/cgm
@@ -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"