瀏覽代碼

Verbosity

master
JustAnotherArchivist 3 年之前
父節點
當前提交
d60948e90f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      gofile.io-dl

+ 1
- 0
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}")


Loading…
取消
儲存