Skip to content

Instantly share code, notes, and snippets.

@jacius
jacius / untar
Created October 5, 2009 20:34
untar: A simple shell script to untar a tarball.
#!/bin/bash
#
# A simple command to untar any tarball.
#
# For times when you don't care whether it was compressed
# with bzip2 or gzip, you just want to untar it already!
#
# Usage: untar [-v|--verbose] file
#