Skip to content

Instantly share code, notes, and snippets.

@ncimino
Created September 24, 2012 22:49
Show Gist options
  • Save ncimino/3778924 to your computer and use it in GitHub Desktop.
Save ncimino/3778924 to your computer and use it in GitHub Desktop.
Extract File - tar
#!/bin/sh
# Expects dir_name.tar.gz
tar -xzf ${1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment