Skip to content

Instantly share code, notes, and snippets.

@birdayz
Created April 15, 2017 08:09
Show Gist options
  • Save birdayz/20768c3f417b39409cdacfe60ab8d193 to your computer and use it in GitHub Desktop.
Save birdayz/20768c3f417b39409cdacfe60ab8d193 to your computer and use it in GitHub Desktop.
Extract all MPQs
#!/bin/bash
for f in *.MPQ; do
MPQExtractor -e "*" -f $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment