Skip to content

Instantly share code, notes, and snippets.

@danielgamage
Created May 5, 2014 18:31
Show Gist options
  • Save danielgamage/9ad124b7f226713c2c11 to your computer and use it in GitHub Desktop.
Save danielgamage/9ad124b7f226713c2c11 to your computer and use it in GitHub Desktop.
compress directory as a .tar.gz with shell script
#!/bin/sh
tar -cvzf /compress.tar.gz /directory-to-compress/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment