An open API service indexing awesome lists of open source software.

https://github.com/bcc32/sfv-check

Simple SFV file verifier
https://github.com/bcc32/sfv-check

golang sfv tap

Last synced: 28 days ago
JSON representation

Simple SFV file verifier

Awesome Lists containing this project

README

          

# sfv-check

A simple utility for verifying file contents as specified by an
[SFV](https://en.wikipedia.org/wiki/Simple_file_verification) file.

## Usage

```
Usage: sfv-check SFV-FILE [SFV-FILE]...
-q suppress OK output for each correct file (shorthand)
-quiet
suppress OK output for each correct file
```