Skip to content

Instantly share code, notes, and snippets.

@selfish
Last active December 20, 2017 13:57
Show Gist options
  • Save selfish/1859768deffaedc8a124 to your computer and use it in GitHub Desktop.
Save selfish/1859768deffaedc8a124 to your computer and use it in GitHub Desktop.
Un-Gzip file with Unix utils on Windows
printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" |cat - metadata |gzip -dc %1 >> %1.json
rm %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment