Add *.tbz extension

This commit is contained in:
Jan 2022-11-10 19:54:57 +01:00
parent a6df3fae57
commit cadc04bb86
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ function extract () {
*.gz) gunzip $1 ;;
*.tar) tar xf $1 ;;
*.tbz2) tar xjf $1 ;;
*.tbz) tar xjf $1 ;;
*.tgz) tar xzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1;;