lzip: add unpackCmd hook
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
lzipUnpackCmdHook() {
|
||||
[[ "$1" = *.tar.lz ]] && tar --lzip -xf "$1"
|
||||
}
|
||||
|
||||
unpackCmdHooks+=(lzipUnpackCmdHook)
|
||||
Reference in New Issue
Block a user