Checks which URLs within a file are still alive.
- For now, only works with text files.
- This project was made to experiment with go's concurrency.
- Build the binary:
make build
- Install it to
/usr/local/bin
:sudo make install
linkreaper -f <file> -w <numOfWorkers>