6 ms·
Suggestion: add archives in more Unix friendly format (xz, gz, bz2). Not everyone has zip installed on their Unix box.
by kia 15y ago
Suggestion: add archives in more Unix friendly format (xz, gz, bz2). Not everyone has zip installed on their Unix box.
- dkd903 15y agoinstalling unzip is not that hard i guess. CHeers to Sramana for getting this out :-)
- Sanddancer 15y agoGzip and zip use the same compression format, and it's just a single file, so you can use gunzip -S to uncompress this just fine.