Skip to content

Instantly share code, notes, and snippets.

@robmaidment
Created February 9, 2017 17:56
Show Gist options
  • Save robmaidment/b48aecbe0dfafe8ce02365d687270ff3 to your computer and use it in GitHub Desktop.
Save robmaidment/b48aecbe0dfafe8ce02365d687270ff3 to your computer and use it in GitHub Desktop.
Verify that a set of JARs are in fact valid JARs
find . -name *.jar -exec jar -tvf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment