This commit is contained in:
2025-09-01 18:42:35 -06:00
parent f8d9328c67
commit 5e75b61dc1
+1 -1
View File
@@ -22,7 +22,7 @@ cat "$tmp_links_file" | \
# get default basename of downloaded file # get default basename of downloaded file
file_basename=$(basename "$line") file_basename=$(basename "$line")
echo "Downloading $line to $outdir/$file_basename" # echo "Downloading $line to $outdir/$file_basename"
# download the file to a tmp # download the file to a tmp
curl -s -o "$tmp_file_download" "$line" curl -s -o "$tmp_file_download" "$line"