Browse Source

Verbosity

master
JustAnotherArchivist 3 years ago
parent
commit
d60948e90f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      gofile.io-dl

+ 1
- 0
gofile.io-dl View File

@@ -42,6 +42,7 @@ curl -s "https://${server}.gofile.io/getUpload?c=${code}" | python3 -c 'import j
exit 1
fi

echo "Downloading ${link} to ./${name}..." >&2
curl "${link}" >"./${name}"

declare -i actualSize=$(stat -c %s "./${name}")


Loading…
Cancel
Save