Skip to content

cmonr/inline-md5sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

README

Small script that alleviates some of the security concerns with running curl <url> | sh -.

Usage

Assuming the site provides it, the md5sum can be used to verify the downloaded script before running as such:

curl <url> | inline-md5sum <md5sum> | sh -

About

Simple script to use md5sum inline within `curl <url> | sh -`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages