Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 705 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 705 Bytes

ZipCheck

tests workflow lint workflow

Overview

This is a simple command line application for deep testing your zip files.

While you could do something like this with zip -T and some bash I wanted to have something threaded to save time on massive nested directories like with ROM files.

Usage

Download the version for you platform from releases

Run this by passing in all the directories you want to check

./zipcheck <directory> <directory> ...