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

https://github.com/aboqasem/flyway-checksum

Calculates the checksum of text in a similar way to Flyway.
https://github.com/aboqasem/flyway-checksum

Last synced: 2 months ago
JSON representation

Calculates the checksum of text in a similar way to Flyway.

Awesome Lists containing this project

README

        

# flyway-checksum

Calculates the checksum of text in a similar way to Flyway.

## Usage

```shell
java -jar flyway-checksum-XXX.jar /path/to/file
# java -jar flyway-checksum-XXX.jar < /path/to/file
# cat /path/to/file | java -jar flyway-checksum-XXX.jar
```