Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Last active December 21, 2015 22:18
Show Gist options
  • Save benjamincharity/6373958 to your computer and use it in GitHub Desktop.
Save benjamincharity/6373958 to your computer and use it in GitHub Desktop.
Gzip a file into a new file, preserving the original.
gzip -c scripts.js > foo.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment