aboutsummaryrefslogtreecommitdiff
path: root/.scripts/ext
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/ext')
-rwxr-xr-x.scripts/ext1
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts/ext b/.scripts/ext
index 4b85f88..3b41b1a 100755
--- a/.scripts/ext
+++ b/.scripts/ext
@@ -12,6 +12,7 @@ if [ -f "$archive" ]; then
*.tar.bz2 | *.tbz2) tar xvjf "$archive" ;;
*.tar.xz) tar -xf "$archive" ;;
*.tar.gz | *.tgz) tar xvzf "$archive" ;;
+ *.tar.lz) tar --lzip -xvf "$archive" ;;
*.lzma) unlzma "$archive" ;;
*.bz2) bunzip2 "$archive" ;;
*.rar) unrar x -ad "$archive" ;;