Skip to content

Helper shell script for piping data into file while producing a checksum file at the same time.

License

Notifications You must be signed in to change notification settings

bantuXorg/hashpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashpipe

Build Status

hashpipe256.sh Usage Example

Generation

somesqldumper | gzip | ./hashpipe256.sh /path/to/outfile.sql.gz

Verification

sha256sum --check /path/to/outfile.sql.gz.sha256

About

Helper shell script for piping data into file while producing a checksum file at the same time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages