Compare commits

..

1 Commits

Author SHA1 Message Date
Greg e52426e80f Add LICENSE and README.md. Set default concurrency to the number of
CPUs, and read stdin if no input files are specified.
2020-04-02 16:49:09 -04:00
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@ A golang port of b3sum
This is a simple `b3sum` command using `github.com/zeebo/blake3`.
```
Usage:
go get git.wow.st/gmp/b3sum
go install git.wow.st/gmp/b3sum
```
## Usage:
```
b3sum [flags] [file]...
-h Prints help information
-l int