소스 검색

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


불러오는 중...
취소
저장