ソースを参照

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}")


読み込み中…
キャンセル
保存