hashsum: make generic tool for any hash to produce md5sum like output

This commit is contained in:
Nick Craig-Wood 2018-04-20 11:33:50 +01:00
parent 57a5b72d60
commit c51d97c752
3 changed files with 67 additions and 4 deletions

View file

@ -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"