forked from TrueCloudLab/rclone
hashsum: make generic tool for any hash to produce md5sum like output
This commit is contained in:
parent
57a5b72d60
commit
c51d97c752
3 changed files with 67 additions and 4 deletions
|
@ -21,6 +21,7 @@ import (
|
|||
_ "github.com/ncw/rclone/cmd/delete"
|
||||
_ "github.com/ncw/rclone/cmd/genautocomplete"
|
||||
_ "github.com/ncw/rclone/cmd/gendocs"
|
||||
_ "github.com/ncw/rclone/cmd/hashsum"
|
||||
_ "github.com/ncw/rclone/cmd/info"
|
||||
_ "github.com/ncw/rclone/cmd/link"
|
||||
_ "github.com/ncw/rclone/cmd/listremotes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue