mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-02-25 16:54:13 +01:00
Adding symlink style "lrzuntar" support.
This commit is contained in:
parent
7c86442d38
commit
cd1a1bd880
1
lrztar
1
lrztar
|
|
@ -20,6 +20,7 @@ function lrztar_local() {
|
|||
[[ $x == [otV] ]] || ((v_$x=1)) &> /dev/null \
|
||||
|| { printf "lrztar: invalid option for lrztar %s\n" "$x"; return 1; }
|
||||
done
|
||||
[[ $(basename "$0") == lrzuntar ]] && { v_d=1; p="-d $p"; }
|
||||
{ ! (($#)) || ((v_h)); } && {
|
||||
printf "lrztar wrapper for compressing/decompressing whole directories with lrzip.\n"
|
||||
printf "usage: lrztar [lrzip options] <directory> will compress directory to directory.tar.lrz\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue