aboutsummaryrefslogtreecommitdiff
path: root/.scripts/ext
diff options
context:
space:
mode:
authorMarvin Borner2020-07-19 21:22:44 +0200
committerMarvin Borner2020-07-19 21:22:44 +0200
commit454c5cebe448a9d750a6754c90c7cc8a254ef49f (patch)
tree0a8f3995ea9ddf3c316e7cac89cddf97b5e28220 /.scripts/ext
parent6779819e4b9d27b363359b06f0e9ea7b4161bfe1 (diff)
Syncisync
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" ;;