Skip to content

wgetmd5 is a bash script that downloads files with wget and checks md5sum automatically.

Notifications You must be signed in to change notification settings

llvasconcellos/wgetmd5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

wgetmd5 is a bash script that downloads files with wget and checks md5sum automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages