JustAnotherArchivist 3 anni fa
parent
commit
d60948e90f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      gofile.io-dl

+ 1
- 0
gofile.io-dl Vedi 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}")


Caricamento…
Annulla
Salva