SynchRoGazer/README.md

13 lines
216 B
Markdown
Raw Permalink Normal View History

2021-12-06 15:46:02 +00:00
# SynchRoGazer
2021-12-07 12:38:54 +00:00
Mass static file indexing via hashes
## Usage
`$ go run .`
To set a larger task limit (mind fdlimit): `$ go run . -tasklimit=128`
Output on stdout. Errors on stderr.
Build via `$ go build -o srg`