Created
February 9, 2017 17:56
-
-
Save robmaidment/b48aecbe0dfafe8ce02365d687270ff3 to your computer and use it in GitHub Desktop.
Verify that a set of JARs are in fact valid JARs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -name *.jar -exec jar -tvf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment