Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 303 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 303 Bytes

This script takes a zip file as input and creates a tree of files containing the same raw data as they have in the zip file, but in a way that is usable. So for example if a file in the zip file is compressed with deflate, it will take that raw deflate data and slap a gzip header and footer around it.