From d60948e90f30bd6750a766958637dcc88a994790 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 18 Aug 2020 18:02:50 +0000 Subject: [PATCH] Verbosity --- gofile.io-dl | 1 + 1 file changed, 1 insertion(+) diff --git a/gofile.io-dl b/gofile.io-dl index a9328c0..0f8a65e 100755 --- a/gofile.io-dl +++ b/gofile.io-dl @@ -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}")