Loading ipset/def.sh +12 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,18 @@ zzsize() printf 0 fi } zzcopy() { local is_gz=0 zztest "$1" && is_gz=1 if [ "$GZIP_LISTS" = 1 -a $is_gz = 1 ]; then cp "$1" "${2}.gz" elif [ "$GZIP_LISTS" != 1 -a $is_gz != 1 ]; then cp "$1" "$2" else zzcat "$1" | zz "$2" fi } digger() { Loading ipset/get_reestr_preresolved.sh +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading ipset/get_reestr_preresolved_smart.sh +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading ipset/get_reestr_resolvable_domains.sh +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading ipset/get_refilter_domains.sh +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading Loading
ipset/def.sh +12 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,18 @@ zzsize() printf 0 fi } zzcopy() { local is_gz=0 zztest "$1" && is_gz=1 if [ "$GZIP_LISTS" = 1 -a $is_gz = 1 ]; then cp "$1" "${2}.gz" elif [ "$GZIP_LISTS" != 1 -a $is_gz != 1 ]; then cp "$1" "$2" else zzcat "$1" | zz "$2" fi } digger() { Loading
ipset/get_reestr_preresolved.sh +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading
ipset/get_reestr_preresolved_smart.sh +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading
ipset/get_reestr_resolvable_domains.sh +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading
ipset/get_refilter_domains.sh +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ dl() echo list is too small : $dlsize bytes. can be bad. exit 2 fi zzcat "$TMPLIST" | zz "$2" zzcopy "$TMPLIST" "$2" rm -f "$TMPLIST" } Loading