This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# |