Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.02 KB

wgetmd5 - Trusting Downloads

Wgetmd5 is a bash script that downloads files with wget and checks md5sum automatically. It is basically a start point for me to develop some automation on my linux systems and practice sharing with github resources. Feel free to clone it and modify it to your needs.

Instalation

Just copy it to your desired folder.

Usage

$ wgetmd5 file_url md5file_url

Example:

$ wgetmd5 ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-2.8.0.tar.bz2 ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-2.8.0.tar.bz2.md5

License

The source files are made available under the terms of the GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html

    ____            __  __
   / __ \___ _   __/ / / /___  __  __________
  / / / / _ \ | / / /_/ / __ \/ / / / ___/ _ \
 / /_/ /  __/ |/ / __  / /_/ / /_/ (__  )  __/
/_____/\___/|___/_/ /_/\____/\__,_/____/\___/ . com . br