Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 482 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 482 Bytes

NZB Verify

CLI Tool to verify if a NZB is fully present on NNTP server

Development Download (Linux)

cd ${GOPATH}\src
git clone --recursive https://github.com/GJRTimmer/nzbverify.git nzbverify

Development Download (Windows)

cd %GOPATH%\src
git clone --recursive https://github.com/GJRTimmer/nzbverify.git nzbverify

Download as package

go get github.com/GJRTimmer/nzbverify

Build

go install -v nzbverify