Skip to content

Instantly share code, notes, and snippets.

@OneCDOnly
Created September 12, 2024 20:19
Show Gist options
  • Save OneCDOnly/39df961cd80325ae038f46cbcc061cbd to your computer and use it in GitHub Desktop.
Save OneCDOnly/39df961cd80325ae038f46cbcc061cbd to your computer and use it in GitHub Desktop.
Calculate MD5s for QPKGs
for f in *.qpkg; do md5sum $f > $f.md5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment