Skip to content

Instantly share code, notes, and snippets.

@itzg
Created February 6, 2024 17:32
Show Gist options
  • Save itzg/42b033e0b049145f668c99f7436eaf1b to your computer and use it in GitHub Desktop.
Save itzg/42b033e0b049145f668c99f7436eaf1b to your computer and use it in GitHub Desktop.
Find corrupeted jar file in minecraft container
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