Created
February 6, 2024 17:32
-
-
Save itzg/42b033e0b049145f668c99f7436eaf1b to your computer and use it in GitHub Desktop.
Find corrupeted jar file in minecraft container
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
docker compose run -it --rm --entrypoint bash mc -c 'find . -name "*.jar" -print -not -exec zipinfo -t {} \; -quit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment