Skip to content

Instantly share code, notes, and snippets.

@Maghin
Created May 12, 2019 18:39
Show Gist options
  • Save Maghin/12ee2a875ac92c579abad16449dccef2 to your computer and use it in GitHub Desktop.
Save Maghin/12ee2a875ac92c579abad16449dccef2 to your computer and use it in GitHub Desktop.

AE2 CheatSheet

Extract a file

docker run --rm -ti -v "$PWD:/app" node \
    bash -c "npm install --global drs-extract && drs-extract /app/graphics.drs --extract /app/extract"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment